🔧 Add Tailwind CSS directives support in biome config (#2029)

This commit is contained in:
Alejandra
2025-12-07 17:09:23 +01:00
committed by GitHub
parent 7450503938
commit 4b708d1187

View File

@@ -37,5 +37,10 @@
"quoteStyle": "double",
"semicolons": "asNeeded"
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
}
}