We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25091b commit 8e0c7fdCopy full SHA for 8e0c7fd
.changeset/tasty-hairs-shop.md
@@ -0,0 +1,17 @@
1
+---
2
+"@biomejs/biome": minor
3
4
+
5
+Added a new CSS parser option `tailwindDirectives`. Enabling this option will allow all of Tailwind v4's syntax additions to be parsed by Biome.
6
7
+You can enable this by setting `css.parser.tailwindDirectives` to `true` in your Biome configuration.
8
9
+```json
10
+{
11
+ "css": {
12
+ "parser": {
13
+ "tailwindDirectives": true
14
+ }
15
16
+}
17
+```
0 commit comments