#css
#tailwind
#design
The Future of Styling: Tailwind v4
Tailwind CSS v4 is coming
The new engine is written in Rust and is insanely fast.
Key Features
- Zero config: No more
tailwind.config.jsneeded for basics. - CSS-first configuration: Configure variables directly in CSS.
@theme {
--color-neon-pink: oklch(0.7 0.3 340);
}
Stay tuned for more updates.