hugo-page-test/.stylelintrc.json

11 lines
227 B
JSON
Raw Permalink Normal View History

2024-01-12 20:47:33 +00:00
{
"extends": [
"stylelint-config-standard-scss"
],
"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 20:47:33 +00:00
}