v42 (2025-02-01)
Highlights for this release
This release adds support for Tailwind CSS v4, while maintaining backward compatibility for v3.
Projects using the old Tailwind CSS directives (e.g. @tailwind base; @tailwind components; @tailwind utilities;
) will use v3.
To upgrade to v4 replace the directives with the new import statement @import "tailwindcss";
or simply remove the directives.
The Tailwind CSS starter template was upgraded to use v4.
In addition Monaco editor intellisense for Tailwind CSS was added: autocomplete, hover for generated css, color preview, etc.
Features
- Compilers: add support for tailwindcss v4 (cc90203)
- Editor: add support for tailwindcss in monaco editor (c7f166b)
- Templates: upgrade tailwindcss starter template to v4 (84b32f3)