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>

Component Extraction (REQUIRED)

Installs
6
GitHub Stars
1
First Seen
Jan 26, 2026
tailwind — poletron/custom-rules