We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1128fe commit fe0bfe7Copy full SHA for fe0bfe7
stylelint-config.json
@@ -41,6 +41,10 @@
41
"declaration-block-semicolon-space-after": "always-single-line",
42
"declaration-block-semicolon-newline-before": "never-multi-line",
43
"declaration-block-semicolon-newline-after": "always-multi-line",
44
+ "declaration-property-value-blacklist": [
45
+ { "/.*/": ["initial"] },
46
+ { "message": "The `initial` value is not supported in IE."}
47
+ ],
48
49
"block-closing-brace-newline-after": "always",
50
"block-closing-brace-newline-before": "always-multi-line",
0 commit comments