Skip to content

Commit 8e0c7fd

Browse files
committed
chore: add changeset
1 parent a25091b commit 8e0c7fd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.changeset/tasty-hairs-shop.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)