styling-with-tailwind
Installation
SKILL.md
Styling with Tailwind CSS
Utility-first CSS framework for rapid, consistent, and responsive UI development.
Quick Start
Installation
npm install tailwindcss postcss autoprefixer
npx tailwindcss init -p
Configuration
tailwind.config.ts:
import type { Config } from 'tailwindcss';