1.1.9 • Published 3 years ago

@leo-tools/stylelint-custom-rules v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

stylelint-custom-rules

npm.io npm

some custom stylelint rules

Installation

yarn add @leo-tools/stylelint-custom-rules -D

no-local-assets

{
  "plugins": [
    "@leo-tools/stylelint-custom-rules"
  ],
  "rules": {
    "@leo-tools/no-local-assets": true // By default is 'asset' 
    // OR
    // "@leo-tools/no-local-assets": ['static'],
    // OR
    // "lego/no-local-assets": [/static\/assets/],
  }
}
1.1.9

3 years ago

1.1.8

3 years ago

1.1.4

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago