umami/.stylelintrc.json
2025-04-02 23:18:03 -05:00

6 lines
138 B
JSON

{
"extends": ["stylelint-config-recommended", "stylelint-config-css-modules"],
"rules": {
"no-descending-specificity": null
}
}