mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
19 lines
310 B
JSON
19 lines
310 B
JSON
![]() |
{
|
||
|
"extends": "stylelint-config-recommended",
|
||
|
"rules": {
|
||
|
"at-rule-no-unknown": [
|
||
|
true,
|
||
|
{
|
||
|
"ignoreAtRules": [
|
||
|
"tailwind",
|
||
|
"apply",
|
||
|
"responsive",
|
||
|
"variants",
|
||
|
"screen"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|