Skip to content

Commit 4b708d1

Browse files
authored
🔧 Add Tailwind CSS directives support in biome config (#2029)
1 parent 7450503 commit 4b708d1

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)