A comprehensive reference for Tailwind's utility-first approach that covers the fundamentals through advanced patterns. You get practical examples for layout (flexbox, grid), responsive design with mobile-first breakpoints, dark mode implementation, and configuration options. The quick start walks you through installation and basic setup, while the core concepts section shows real component patterns like buttons and cards. Honestly, the utility class approach has a learning curve if you're used to writing CSS, but once it clicks, the speed of prototyping and consistency across components makes it hard to go back. Best suited for component-based frameworks where you want to avoid maintaining separate stylesheets.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill tailwind-css