Disable ascending specificity in SCSS

This commit is contained in:
Christian Wolf 2024-01-12 22:19:42 +01:00
parent 55cdfc619f
commit 7b4e8bcc30

View File

@ -4,6 +4,7 @@
],
"rules": {
"media-feature-range-notation": "prefix",
"color-function-notation": "legacy"
"color-function-notation": "legacy",
"no-descending-specificity": null
}
}