Files
tkmind_go/ui-v2/.stylelintrc.json
T
2025-05-19 10:45:42 -04:00

13 lines
249 B
JSON

{
"extends": ["stylelint-config-standard"],
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": ["tailwind", "apply", "variants", "responsive", "screen"]
}
],
"no-descending-specificity": null
}
}