What problem does it solve? Styling modern web interfaces consistently is hard: ad-hoc CSS leads to inconsistent spacing, broken responsive behavior, and bloated stylesheets. This Skill provides structured guidance for Tailwind CSS v4, covering CSS-first configuration, design tokens, responsive patterns, and performance optimization. ## Core Features & Use Cases - Tailwind v4 Configuration: Set up CSS-first @theme configuration with custom colors, typography, and spacing tokens instead of legacy tailwind.config.js. - Responsive & Component Patterns: Apply mobile-first breakpoints, responsive grids, and ready-made card, button, input, and flex patterns with dark mode support. - Performance Optimization: Avoid purged dynamic classes, use safelists when needed, and produce minified production builds. - Use Case: When building a landing page, use this Skill to define a brand color palette as CSS variables, compose a responsive card grid, and add a dark mode toggle with class-based strategy. ## Quick Start Ask the agent to build a responsive pricing page with Tailwind CSS v4, including a custom brand theme, dark mode support, and mobile-first grid layout.