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