tailwindcss
Installation
SKILL.md
Tailwind CSS
Skill is based on Tailwind CSS v4.1, generated at 2026-02-06.
Tailwind CSS is a utility-first CSS framework. v4 is configured in CSS via @theme and @source (no tailwind.config.js). Supports Vite, PostCSS, and CLI.
Core References
| Topic | Description | Reference |
|---|---|---|
| Installation | Vite, PostCSS, and CLI setup; CSS entry | core-installation |
| Theme | @theme, design tokens, namespaces, extending/overriding | core-theme |
| Content & sources | Class detection, @source, base path, safelist | core-content-sources |
| CLI | Build command, --input, --output, --watch, --minify | core-cli |