tailwind
Installation
SKILL.md
Tailwind CSS v4
Tailwind CSS is a utility-first CSS framework. v4 is a ground-up rewrite: configuration is CSS-first (@theme replaces tailwind.config.js), all colors use OKLCH, and the Vite plugin replaces PostCSS.
Install (v4)
npm install tailwindcss @tailwindcss/vite
/* app.css */
@import "tailwindcss";
// vite.config.ts
import tailwindcss from '@tailwindcss/vite'
export default { plugins: [tailwindcss()] }
Related skills
More from wcygan/dotfiles
competitor-analysis
>
16business-review
>
12ux-review
>
12zed-config
>
12zellij-guide
All-in-one Zellij terminal multiplexer guide. Use when the user asks about Zellij keybindings, configuration, layouts, plugins, sessions, CLI commands, or troubleshooting. Also use when helping with dotfiles config at ~/Development/dotfiles/config/zellij/.
11api-workshop
>
11