forked from tsc-vfl/hugo-page
Disable ascending specificity in SCSS
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"media-feature-range-notation": "prefix",
|
"media-feature-range-notation": "prefix",
|
||||||
"color-function-notation": "legacy"
|
"color-function-notation": "legacy",
|
||||||
|
"no-descending-specificity": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user