tailwind
Installation
SKILL.md
Critical Patterns
Responsive Design (REQUIRED)
<!-- ✅ ALWAYS: Mobile-first approach -->
<div class="w-full md:w-1/2 lg:w-1/3">
<!-- Full width on mobile, half on medium, third on large -->
</div>
<!-- ✅ ALWAYS: Mobile-first approach -->
<div class="w-full md:w-1/2 lg:w-1/3">
<!-- Full width on mobile, half on medium, third on large -->
</div>