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
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
"rule-empty-line-before": [
|
||||
"always",
|
||||
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
||||
]
|
||||
],
|
||||
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue