Tailwind CSS v4 utility-first styling patterns including responsive design, dark mode, and custom configuration.
Skill: tailwindcss
Covers:
- Utility-first CSS patterns
- Layout utilities (Flexbox, Grid, positioning)
- Responsive design with breakpoints
- Dark mode implementation
- Typography and spacing
- Color system and customization
- Tailwind v4 CSS-first configuration
- Component extraction patterns
- Performance optimization
- Custom theme configuration
This kit is automatically detected if your project has Tailwind CSS:
{
"devDependencies": {
"tailwindcss": "^4.0.0"
}
}Or if these files exist:
tailwind.config.js/tailwind.config.tspostcss.config.js- CSS files with
@tailwinddirectives
Auto-detected projects:
npx claude-code-setup --yesExplicit installation:
npx claude-code-setup --kit tailwindcssNone - Tailwind CSS kit is standalone and works with any framework.
Works well with:
react- React componentsnextjs- Next.js applicationsshadcn- shadcn/ui component library
See skills/tailwindcss/SKILL.md for complete patterns and examples.
- Tailwind CSS v4 (January 2025 release)
- CSS-first configuration with
@theme - OKLCH color format
- 3.5x faster builds than v3
- Supports both CSS-first and legacy tailwind.config.js