You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Massive Performance Gains: Powered by a new Rust engine, cutting production build times by up to 5x and delivering near-instantaneous local HMR.
Eliminates Configuration Boilerplate: Wipes out postcss.config.js and tailwind.config.js entirely, shifting configuration to a unified, CSS-first @theme syntax.
Built-in Lightning CSS Integration: Drops external dependencies like autoprefixer and postcss-import by natively handling vendor prefixing, minification, and CSS nesting.
Automatic Content Scanning: Removes the error-prone content glob array; Tailwind now automatically maps our monorepo dependency graph to find utility classes.
Native CSS Variables: Theme values automatically compile to standard CSS Custom Properties (e.g., var(--color-*)), allowing seamless sharing between utility classes and global stylesheets with zero runtime overhead.
Key Benefits of Upgrading to Tailwind v4
postcss.config.jsandtailwind.config.jsentirely, shifting configuration to a unified, CSS-first@themesyntax.autoprefixerandpostcss-importby natively handling vendor prefixing, minification, and CSS nesting.contentglob array; Tailwind now automatically maps our monorepo dependency graph to find utility classes.var(--color-*)), allowing seamless sharing between utility classes and global stylesheets with zero runtime overhead.