This walks you through squeezing real performance out of Tailwind CSS, especially if you're on v4 with the new Rust engine. You get specifics on avoiding dynamic class name pitfalls, configuring content detection when auto-scan fails, and optimizing transitions with GPU-accelerated properties instead of transition-all. The bundle size reduction tactics are concrete: disable unused colors, limit breakpoints, use CSS variables over theme functions. Most useful when you're shipping a production build and notice bloated CSS or slow animations. The checklist format makes it easy to audit your setup quickly. Honest take: if you're still concatenating class names with template literals, this will save you debugging time.
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill tailwindcss-performance