tailwindcss
Installation
SKILL.md
Tailwind CSS
Utility-first CSS for responsive UIs with composable classes and configuration.
When to Use
Use when:
- Styling with utility-first CSS
- Responsive designs with breakpoints
- Theme config (colors, spacing, typography)
- Custom utilities/plugins
Don't use for: MUI (use mui skill), plain CSS (use css skill), complex animations (use css skill).