Skip to content

Commit 3fc34e3

Browse files
author
Felipe Janer
authored
feat: use rem as font-size unit (#88)
1 parent 72f8eb5 commit 3fc34e3

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
@@ -20,7 +20,7 @@
2020
"/^box-shadow": ["px"],
2121
"/^margin/": ["rem"],
2222
"/^padding/": ["rem"],
23-
"font-size": ["px", "em"],
23+
"font-size": ["rem", "em"],
2424
"height": ["rem", "%", "vh"],
2525
"width": ["rem", "%", "vw"]
2626
},

0 commit comments

Comments
 (0)