stylelint-config-lost

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-lost

Weekly Downloads

663

Version

0.0.3

License

MIT

Last publish

Collaborators

  • delorge