Add autoprefixer and cssnano support
This commit is contained in:
parent
c4751842fe
commit
38746078ed
7 changed files with 4392 additions and 500 deletions
|
@ -1,6 +1,14 @@
|
|||
extends: stylelint-config-standard
|
||||
|
||||
plugins:
|
||||
- stylelint-no-unsupported-browser-features
|
||||
|
||||
rules:
|
||||
plugin/no-unsupported-browser-features:
|
||||
- true
|
||||
- severity: warning
|
||||
ignore: ['rem']
|
||||
|
||||
color-hex-case: lower
|
||||
declaration-colon-newline-after: null
|
||||
selector-list-comma-newline-after: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue