#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

  1. Zero config: No more tailwind.config.js needed for basics.
  2. CSS-first configuration: Configure variables directly in CSS.
@theme {
  --color-neon-pink: oklch(0.7 0.3 340);
}

Stay tuned for more updates.