fix(biome): allow tailwind in *.css

This commit is contained in:
Oliver Bryan
2025-12-13 17:39:01 +00:00
parent ed7d4d39e5
commit 198d8b1ab3

View File

@@ -1,10 +1,15 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"formatter": { "formatter": {
"enabled": true, "enabled": true,
"formatWithErrors": false, "formatWithErrors": false,
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 4, "indentWidth": 4,
"lineWidth": 110 "lineWidth": 110
} },
"css": {
"parser": {
"tailwindDirectives": true
}
}
} }