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 01e196d commit f484f4dCopy full SHA for f484f4d
packages/stylelint-config/.stylelintrc.json
@@ -14,10 +14,10 @@
14
"declaration-block-semicolon-newline-after": "always-multi-line",
15
"declaration-block-single-line-max-declarations": 4,
16
"declaration-no-important": true,
17
- "declaration-property-unit-blacklist": {
+ "declaration-property-unit-disallowed-list": {
18
"font-size": [ "px" ]
19
},
20
- "declaration-property-unit-whitelist": {
+ "declaration-property-unit-allowed-list": {
21
"animation": [ "ms" ],
22
"animation-delay": [ "ms" ],
23
"animation-duration": [ "ms" ],
0 commit comments