11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss"
|
|
],
|
|
"rules": {
|
|
"media-feature-range-notation": "prefix",
|
|
"color-function-notation": "legacy",
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|