mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-14 02:54:30 +01:00
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"at-rule-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreAtRules": ["tailwind", "apply", "variants", "responsive", "screen", "theme", "custom-variant"]
|
|
}
|
|
],
|
|
"at-rule-no-deprecated": null,
|
|
"custom-property-pattern": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|