What problem does it solve?
This Skill reduces inconsistent styling and slow UI iteration by guiding you to apply Tailwind CSS v4 in a CSS-first, token-driven, and responsive way that works well with modern features like container queries and native theming.
Core Features & Use Cases
- CSS-first configuration: Use the v4
@theme approach with semantic design tokens for reliable, maintainable styling.
- Container-query responsive components: Design components that respond to their parent width instead of only viewport breakpoints.
- Modern layout and visual system patterns: Apply flex/grid, OKLCH-based color token architecture, typography scales, and dark-mode strategies consistently.
- Maintainable component extraction and anti-pattern avoidance: Extract repeated class combinations and avoid excessive
@apply, arbitrary values, !important, and v3/v4 mixing.
- Performance principles: Follow v4-friendly practices like avoiding dynamic class generation and leveraging the faster Oxide engine.
Quick Start
Use this skill to rewrite an existing Tailwind codebase so that colors use semantic @theme tokens, responsiveness relies on container queries for components, and dark mode follows a consistent strategy.