water.css/.stylelintrc.json
2020-05-28 23:05:22 -05:00

6 lines
No EOL
100 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"no-descending-specificity": null
}
}