Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 804 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 804 Bytes

stylelint-config-lost

Lost grid config for stylelint.

Build Status

Tweaks stylelint rules to accept lost grid specific syntax.
Can be used with any other config, e.g. stylelint-config-standard.

Installation

npm install stylelint-config-lost --save-dev

Usage

{
  "extends": [
    "stylelint-config-standard",
    "stylelint-config-lost"
  ],
  "rules": {
    [...]
  }
}

License

MIT © Ivan Serniaev