Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Tailwind CSS V4 Support #17

Open
uncomplexity opened this issue Nov 22, 2024 · 2 comments
Open

[Feature] Tailwind CSS V4 Support #17

uncomplexity opened this issue Nov 22, 2024 · 2 comments

Comments

@uncomplexity
Copy link

unsure if this can break anything yet

@colinaaa
Copy link
Collaborator

This plugin could not be used directly with Tailwind CSS V4 since the PostCSS plugin is renamed from tailwindcss to @tailwindcss/postcss, which will break this plugin since we are using import('tailwdincss') with PostCSS now.

But we will certainly support Tailwind CSS V4, not with PostCSS but with the new Oxide engine(just like Vite does).

@colinaaa colinaaa changed the title tailwind v4 out [Feature] Support Tailwind CSS V4 Nov 22, 2024
@colinaaa colinaaa changed the title [Feature] Support Tailwind CSS V4 [Feature] Tailwind CSS V4 Support Nov 22, 2024
@colinaaa
Copy link
Collaborator

For those who are interested in Tailwind CSS V4 support:

I made a prototype implementation on the v4 branch.

We will try to fix these problems in the next few week.

Stay tuned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants