Tailwind CSS v4.0 Introduces Oxide Rust Engine & CSS-First @theme Configuration
Tailwind CSS released v4.0 alpha, replacing tailwind.config.js with CSS-first @theme directives and a standalone Rust compiler delivering 10x faster builds.
Verified State Diff
Comparison Mode:
- Previous State
Required tailwind.config.js JavaScript file, PostCSS plugins, and @tailwind base directives.
+ Verified New State
Single @import "tailwindcss"; in CSS, zero JS config required, and native CSS variables via @theme { --font-display: ... }.
Impact & Verification Analysis
WHO IS AFFECTED
Frontend developers, design engineers, and web application build pipelines.
WHY IT MATTERS
Accelerates Vite/Next.js HMR by 10x and aligns Tailwind with modern CSS native standards.
Full Fact Overview
Tailwind v4 is a ground-up rewrite using Oxide, a unified Rust compiler that parses CSS and template files without PostCSS overhead.
Multi-Source Evidence Chain (1)
TRACKED ENTITY
Explore all historical Tailwind CSS changes