mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
chore(stylelint): optimize the rule for font-family
variables (#987)
Turn off the rule `value-keyword-case` for `font-family` Resolves #987
This commit is contained in:
parent
1719d81d00
commit
b63b65d743
@ -16,6 +16,7 @@
|
||||
"rule-empty-line-before": [
|
||||
"always",
|
||||
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
||||
]
|
||||
],
|
||||
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user