re-nav/.stylelintrc.json

10 lines
147 B
JSON
Raw Normal View History

2022-10-05 10:25:58 +00:00
{
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "single"
}
}