13 lines
249 B
JSON
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
|
|
}
|
|
}
|