fangs/.stylelintrc.json

10 lines
147 B
JSON
Raw Normal View History

2022-03-14 09:58:47 +00:00
{
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "single"
}
}