Skip to content

Commit e4130d5

Browse files
authored
🔧 Add Tailwind CSS directives support in biome config (fastapi#2029)
1 parent a38903e commit e4130d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@
3737
"quoteStyle": "double",
3838
"semicolons": "asNeeded"
3939
}
40+
},
41+
"css": {
42+
"parser": {
43+
"tailwindDirectives": true
44+
}
4045
}
4146
}

0 commit comments

Comments
 (0)