chore: add Tailwind CSS parser configuration to biome.json and standardize source path quotes in globals.css

This commit is contained in:
Anish Sarkar 2026-03-07 12:34:52 +05:30
parent c02207e911
commit 45c38456ab
2 changed files with 7 additions and 4 deletions

View file

@ -65,6 +65,9 @@
}
},
"css": {
"parser": {
"tailwindDirectives": true
},
"formatter": {
"enabled": true,
"indentStyle": "tab",