"매 Tailwind v4 는 CSS-first 의 rebuild — JS config 의 retire, Lightning CSS engine, 5x faster build". 매 2025 Q1 stable release. 매 v3 의 tailwind.config.js → v4 의 @theme {} CSS-native. 매 modern CSS feature (cascade layers, container queries, color-mix, @starting-style) 의 first-class 의 support.
매 핵심
매 v4 의 break (vs v3)
JS config retired: tailwind.config.js → @theme directive in CSS.
PostCSS plugin → dedicated: @tailwindcss/postcss or Vite plugin (@tailwindcss/vite).
언제: utility class composition, migration codemod 의 explain, custom @utility 의 design.
언제 X: 매 visual judgment (color, spacing, hierarchy) 매 human eye 의 final.
❌ 안티패턴
v4 에서 v3 식 tailwind.config.js 의 keep: 매 partial work — 매 @theme 의 migrate.
@apply overuse: 매 utility 의 advantage 의 lose. 매 component 의 truly repeated 일 때만.
Manual content: [...] 의 v4 에서 의무화: 매 auto-detection 의 trust (special case 만 add).
@import "tailwindcss/utilities" 분리: v4 에서 single @import "tailwindcss"; 의 sufficient.
Hard-coded color hex 의 spam: 매 @theme token 의 사용.
🧪 검증 / 중복
Verified (Tailwind v4.0 release notes Jan 2025, official migration guide, Adam Wathan blog).
신뢰도 A.
🕓 Changelog
날짜
변경
2026-05-08
Phase 1
2026-05-10
Manual cleanup — Tailwind v4 (CSS-first, Lightning CSS, modern features) full canonical