{ "extends": ["stylelint-config-standard"], "rules": { "at-rule-no-unknown": [ true, { "ignoreAtRules": [ "tailwind", "apply", "layer", "config", "theme", "custom-variant", "import" ] } ], "function-no-unknown": [ true, { "ignoreFunctions": ["theme", "oklch"] } ], "import-notation": null, "no-descending-specificity": null } }