Add rule to stylelint temporarily
This commit is contained in:
parent
7fa4d7e12f
commit
cd98a2ca15
|
@ -2,6 +2,7 @@
|
||||||
"extends": "stylelint-config-recommended",
|
"extends": "stylelint-config-recommended",
|
||||||
"rules": {
|
"rules": {
|
||||||
"indentation": 2,
|
"indentation": 2,
|
||||||
"string-quotes": "single"
|
"string-quotes": "single",
|
||||||
|
"no-descending-specificity": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue