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 a971cdf commit 5410331Copy full SHA for 5410331
.stylelintrc.json
@@ -47,7 +47,7 @@
47
48
"unit-case": "lower",
49
"unit-no-unknown": true,
50
- "unit-whitelist": ["px", "%", "deg", "s", "ms", "em", "vh", "vw", "vmin"],
+ "unit-allowed-list": ["px", "%", "deg", "s", "ms", "em", "vh", "vw", "vmin"],
51
52
"value-list-comma-space-after": "always-single-line",
53
"value-list-comma-space-before": "never",
0 commit comments