frontend-tailwind
Installation
SKILL.md
Tailwind CSS Development
Expert guidance for building modern, responsive UIs with Tailwind CSS.
Core Principles
- Utility-first: compose styles from utility classes directly in markup
- Extract components only when patterns repeat 3+ times
- Use design tokens (theme config) for consistency
- Mobile-first responsive design
- Prefer Tailwind utilities over custom CSS
Responsive Design
Mobile-first breakpoints: sm (640px), md (768px), lg (1024px), xl (1280px), 2xl (1536px).