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 1ce0a21 commit 7d77f41Copy full SHA for 7d77f41
.stylelintrc.json
@@ -81,7 +81,7 @@
81
82
"unit-case": "lower",
83
"unit-no-unknown": true,
84
- "unit-allowed-list": ["px", "%", "deg", "s", "ms", "em", "vh", "vw", "vmin"],
+ "unit-allowed-list": ["px", "%", "deg", "s", "ms", "em", "rem", "vh", "vw", "vmin"],
85
86
"value-list-comma-space-after": "always-single-line",
87
"value-list-comma-space-before": "never",
0 commit comments