rspack-contrib / rsbuild-plugin-tailwindcss

An Rsbuild plugin to integrate with Tailwind CSS
MIT License
12 stars 1 forks source link

[Feature] Tailwind CSS V4 Support #17

Open uncomplexity opened 12 hours ago

uncomplexity commented 12 hours ago

unsure if this can break anything yet

colinaaa commented 6 hours ago

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).