| name | tailwind-css-stylist |
| description | Design and style web interfaces rapidly using Tailwind CSS. |
Tailwind CSS Stylist
This skill uses utility-first CSS to create modern, responsive, and maintainable styles without leaving the HTML.
Instructions
- Use utility classes for layout, spacing, and typography.
- Implement responsive variants (sm:, md:, lg:).
- Use hover, focus, and active states for interactivity.
- Configure a custom
tailwind.config.js for brand colors and fonts.
- Group common patterns using
@apply or by creating reusable components.
Examples
- "Style a modern login card using Tailwind CSS utilities."
- "Create a responsive navigation bar with a mobile hamburger menu."