1
Fork 0

chore: stylelint ignore 'include' and 'mixin' @rules

This commit is contained in:
Bauke 2019-03-30 14:00:53 +01:00
parent 4548da4bac
commit 8742703542
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@
"stylelint-scss"
],
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"include",
"mixin"
]
}
],
"indentation": 2,
"string-quotes": "single",
"no-descending-specificity": null