2024-01-12 20:47:33 +00:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"stylelint-config-standard-scss"
|
2024-01-12 21:01:10 +00:00
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"media-feature-range-notation": "prefix",
|
2024-01-12 21:19:42 +00:00
|
|
|
"color-function-notation": "legacy",
|
|
|
|
"no-descending-specificity": null
|
2024-01-12 21:01:10 +00:00
|
|
|
}
|
2024-01-12 20:47:33 +00:00
|
|
|
}
|