Skip to content

Releases: humanwhocodes/tailwind-csstree

tailwind-csstree: v0.3.1

10 Apr 21:09
Immutable release. Only release title and notes can be modified.
907ea0a

Choose a tag to compare

0.3.1 (2026-04-10)

Bug Fixes

  • Tailwind 4 [@custom-variant](https://github.com/custom-variant) parsing for ESLint CSS plugin and expand syntax coverage (#54) (fc4e117)

tailwind-csstree: v0.3.0

24 Mar 19:28
Immutable release. Only release title and notes can be modified.
a287272

Choose a tag to compare

0.3.0 (2026-03-24)

Features

Bug Fixes

  • Tailwind 3 [@apply](https://github.com/apply) ... !important support (#49) (9e520af)

tailwind-csstree: v0.2.0

20 Mar 14:33
Immutable release. Only release title and notes can be modified.
72f1808

Choose a tag to compare

0.2.0 (2026-03-20)

Features

  • Tailwind 4 @custom-variant and [@slot](https://github.com/slot) at-rule support (#42) (9b5fe90)

Bug Fixes

  • Decouple runtime tokenTypes from @eslint/css-tree (#47) (09c9a5a)
  • Handle Tailwind v4 @theme wildcard color declarations (#45) (4077e0a)

tailwind-csstree: v0.1.5

16 Mar 20:37
Immutable release. Only release title and notes can be modified.
5d97217

Choose a tag to compare

0.1.5 (2026-03-16)

Bug Fixes

  • eslint/css as optional peer dependency (1f82cba)
  • Use function-based syntax extensions for pnpm compatibility (#37) (f0afe81)

tailwind-csstree: v0.1.4

01 Sep 21:20
8b84049

Choose a tag to compare

0.1.4 (2025-09-01)

Bug Fixes

tailwind-csstree: v0.1.3

08 Aug 21:08
f021aef

Choose a tag to compare

0.1.3 (2025-08-08)

Bug Fixes

tailwind-csstree: v0.1.2

25 Jul 18:19
e0565da

Choose a tag to compare

0.1.2 (2025-07-25)

Bug Fixes

  • Prevent parsing errors with @import prefix() function in TailwindCSS (#14) (f6123e5)

tailwind-csstree: v0.1.1

17 Jun 14:13
903f6c1

Choose a tag to compare

0.1.1 (2025-06-17)

Bug Fixes

  • Remove accidental bin entry from package.json (9d61c45)

tailwind-csstree: v0.1.0

05 Jun 21:24
f5f3f20

Choose a tag to compare

0.1.0 (2025-06-05)

Features

  • Finish up Tailwind 3 compatibility (2fcd25c)
  • Make Tailwind 4 work (91b77a7)
  • Most of Tailwind 3 syntax working (71c8517)
  • Validate -alpha() and --spacing() (dd5bc0e)