Skip to content

Commit 7d77f41

Browse files
committed
build: allow rem units
Updates the Stylelint config to allow `rem`. (cherry picked from commit c09a0e4)
1 parent 1ce0a21 commit 7d77f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
"unit-case": "lower",
8383
"unit-no-unknown": true,
84-
"unit-allowed-list": ["px", "%", "deg", "s", "ms", "em", "vh", "vw", "vmin"],
84+
"unit-allowed-list": ["px", "%", "deg", "s", "ms", "em", "rem", "vh", "vw", "vmin"],
8585

8686
"value-list-comma-space-after": "always-single-line",
8787
"value-list-comma-space-before": "never",

0 commit comments

Comments
 (0)