Disable no-descending-specificity rule, Sass causes false-positives of this.
This commit is contained in:
parent
ff6e1cde0d
commit
fc2cccd53c
|
@ -15,6 +15,7 @@
|
||||||
"stylelint-config-standard-scss"
|
"stylelint-config-standard-scss"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"no-descending-specificity": null,
|
||||||
"string-quotes": "single"
|
"string-quotes": "single"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue