tailwindcss
v4.0.0

Tailwind CSS v4: The Rust Revolution

Tailwind CSS v4 introduces a new high-performance engine written in Rust, delivering 10x faster build times.

January 15, 20253 min

Tailwind CSS v4: The Rust Revolution

Tailwind CSS v4 is a major release that completely rewrites the engine in Rust for maximum performance.

10x Faster Builds

The new Rust-based engine processes your styles 10x faster than the previous JavaScript implementation.

## Automatic Content Detection

No more configuring content paths. Tailwind v4 automatically detects where your classes are used.

## Container Queries

Native support for container queries is finally here:

css
@container (min-width: 400px) {

.card { display: grid; } }

Breaking Changes

  • IE11 support has been dropped
  • New configuration format (migration tool available)
  • Updated color palette

    The upgrade is worth it for the performance gains alone.

  • Key Highlights

    • New features for developers
    • Performance improvements
    • Recommended for migration
    Note
    Before upgrading, we recommend reviewing the breaking changes in the official documentation.

    Automate your release announcements

    Shiplit turns GitHub releases into posts for Twitter, LinkedIn and Threads in seconds.