tailwind-3
Installation
SKILL.md
Styling Decision Tree
Aurora form layout? → layout__container + col-* classes
Theme colors needed? → bg-primary, text-on-primary, bg-card, etc.
Dark mode support? → Use theme utilities (auto) OR dark:* variants
Responsive design? → Mobile-first with sm:/md:/lg:/xl: prefixes
Custom component style? → @apply in SCSS for reusable patterns
One-off styling? → Inline Tailwind classes