Added declaration-no-important

This commit is contained in:
Andrey Okonetchnikov 2016-10-05 16:41:29 +02:00
parent ab67a350e3
commit 8ba925726d

View File

@ -10,6 +10,7 @@
"rules": {
"at-rule-no-vendor-prefix": true,
"comment-empty-line-before": "never",
"declaration-no-important": true,
"function-url-no-scheme-relative": true,
"function-url-quotes": "always",
"max-nesting-depth": 3,