Joseph
Author
February 25, 2024
Published

Tailwind CSS v4 is a fundamental reimagining of the world's most popular utility-first CSS framework. Built on a new high-performance engine called "Oxide" (written in Rust), it moves away from JavaScript-heavy configuration toward a CSS-first future.
In previous versions, the tailwind.config.js file was the source of truth. In v4, you configure your theme directly in your CSS using standard CSS variables and the new @theme block.
content array. Tailwind v4 automatically finds all classes used in your project.@import "tailwindcss"; is all you need to get started.V4 isn't just an update; it's a simplification that allows developers to spend less time in config files and more time in their styles. For a full list of changes, check out the official Tailwind blog.