Disable no-descending-specificity rule, Sass causes false-positives of this.

This commit is contained in:
Bauke 2022-10-08 22:06:57 +02:00
parent ff6e1cde0d
commit fc2cccd53c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "single"
}
}