hugo-page-test/.stylelintrc.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
}
}