Fixed stylelint errors

This commit is contained in:
squidfunk
2019-02-12 19:41:13 +01:00
parent 946f4f1509
commit 163438a425
3 changed files with 4 additions and 2 deletions

View File

@@ -185,7 +185,7 @@
"selector-class-pattern": "^[a-z0-9]+(-[a-z0-9]+)*(__[a-z]+)?(--[a-z]+)?$",
"selector-descendant-combinator-no-non-space": null,
"string-quotes": "double",
"unit-whitelist": ["rem", "em", "deg", "s", "%", "mm", "vh"],
"unit-whitelist": ["px", "em", "deg", "s", "%", "mm", "vh"],
"value-keyword-case": "lower",
"value-no-vendor-prefix": true
}