Tailwind Css
MCP Serverby omer-metin · Added 5mo ago
Claude
11
Install
git clone https://github.com/omer-metin/skills-for-antigravityAdd to Claude
claude mcp add tailwind-cssQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"tailwind-css": {
"command": "npx",
"args": [
"@modelcontextprotocol/tailwind-css"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Tailwind CSS changed how we write styles. Instead of naming things and writing CSS, you compose utility classes directly in your HTML. It sounds messy until you try it - then you never want to go back to traditional CSS. This skill covers the Tailwind mental model, responsive design, dark mode, custom configurations, and the patterns that make Tailwind maintainable at scale. The key insight: Tailwind isn't about avoiding CSS, it's about avoiding the naming problem. 2025 reality: Tailwind v4...
Tags
developmentgofrontendskill