hugo-page-test/.stylelintrc.json

10 lines
184 B
JSON
Raw Normal View History

2024-01-12 20:47:33 +00:00
{
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"media-feature-range-notation": "prefix",
"color-function-notation": "legacy"
}
2024-01-12 20:47:33 +00:00
}