Skip to content

[Feature request] Support Tailwind 4 #325

@aslakhellesoy

Description

@aslakhellesoy

Is your feature request related to a problem? Please describe.

TailwindCSS 4 is in alpha and will be released soon. Currently I cannot use this module with Tailwind 4 because package.json specifies ^3.4.0.

Describe the solution you'd like

A new release that supports both ^3 and ^4.

Describe alternatives you've considered

I tried updating tailwindcss to 4.0.0-alpha.9 in peerDependencies and devDependencies, but npm install failed because of other dependencies:

  • @tailwindcss/aspect-ratio
  • @tailwindcss/forms
  • @tailwindcss/line-clamp
  • @tailwindcss/typography

These all depend on tailwindcss version ^3.

I'm not sure when/if those plugins will be updated for Tailwind 4.

Additional context

Will this need some help from the maintainers of the 4 modules above?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions