Skip to content

Commit b63b65d

Browse files
committed
chore(stylelint): optimize the rule for font-family variables (#987)
Turn off the rule `value-keyword-case` for `font-family` Resolves #987
1 parent 1719d81 commit b63b65d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"rule-empty-line-before": [
1717
"always",
1818
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
19-
]
19+
],
20+
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
2021
}
2122
}

0 commit comments

Comments
 (0)