0.0.3 • Published 7 years ago

stylelint-config-lost v0.0.3

Weekly downloads
1,222
License
MIT
Repository
github
Last release
7 years ago

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