New
- Native Tailwind CSS v4 - Tailwind CSS is now compiled at build time instead of loading the 266KB browser compiler on every preview refresh. This means dramatically faster previews, especially on mobile devices.
- Zero-config setup - Just add
@import "tailwindcss";to any CSS file and start using Tailwind classes. No PostCSS config, no build tools setup needed. - Smart class scanning - Only the CSS you actually use gets generated. The compiler scans your HTML, JSX, Vue, and Svelte files for class names and produces minimal, optimized CSS.
- Incremental builds - Compiled CSS is cached between builds. If your classes haven't changed, the preview updates instantly.
Improvements
- Updated all templates - All 32 Tailwind-powered templates now use native compilation instead of the CDN script.
- Backward compatible - Existing projects using the Tailwind CDN script tag will automatically use the native compiler instead.