We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67215f2 commit 5c42f3cCopy full SHA for 5c42f3c
.stylelintrc.json
@@ -35,7 +35,7 @@
35
"function-comma-space-before": "never",
36
"function-name-case": "lower",
37
"function-url-quotes": "always",
38
- "function-url-scheme-blacklist": ["data"],
+ "function-url-scheme-disallowed-list": ["data"],
39
"function-whitespace-after": "always",
40
41
"number-leading-zero": "always",
@@ -67,7 +67,7 @@
67
"declaration-block-semicolon-newline-before": "never-multi-line",
68
"declaration-block-semicolon-newline-after": "always-multi-line",
69
"declaration-colon-space-after": "always-single-line",
70
- "declaration-property-value-blacklist": [
+ "declaration-property-value-disallowed-list": [
71
{"/.*/": ["initial"]},
72
{"message": "The `initial` value is not supported in IE."}
73
],
0 commit comments