mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +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:
@@ -16,6 +16,7 @@
|
|||||||
"rule-empty-line-before": [
|
"rule-empty-line-before": [
|
||||||
"always",
|
"always",
|
||||||
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
||||||
]
|
],
|
||||||
|
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user