What's New in v4
Tailwind CSS v4 brings significant improvements to the developer experience.
Key Changes
- CSS-first configuration: No more
tailwind.config.js
- Lightning CSS: Faster builds with Lightning CSS
- New
@theme directive: Define design tokens in CSS
Example
@import "tailwindcss";
@theme inline {
--color-primary: #3b82f6;
}
◢ RELATED DISPATCHES — Continue Exploring