Disable ascending specificity in SCSS
This commit is contained in:
parent
55cdfc619f
commit
7b4e8bcc30
@ -4,6 +4,7 @@
|
||||
],
|
||||
"rules": {
|
||||
"media-feature-range-notation": "prefix",
|
||||
"color-function-notation": "legacy"
|
||||
"color-function-notation": "legacy",
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user