We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f49eaa commit a72a276Copy full SHA for a72a276
.stylelintrc.json
@@ -104,10 +104,6 @@
104
"declaration-block-semicolon-newline-before": "never-multi-line",
105
"declaration-block-semicolon-newline-after": "always-multi-line",
106
"declaration-colon-space-after": "always-single-line",
107
- "declaration-property-value-disallowed-list": [
108
- {"/.*/": ["initial"]},
109
- {"message": "The `initial` value is not supported in IE."}
110
- ],
111
112
"block-closing-brace-newline-after": [
113
"always",
0 commit comments