Open uncomplexity opened 12 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).
unsure if this can break anything yet