--- id: JosiahSiegel/claude-plugin-marketplace/tailwindcss-debugging version: "4822b244" license: MIT install: manual updated: 2026-06-18 --- # tailwindcss-debugging — Resolve Tailwind CSS styling problems with structured troubleshooting for classes that won't apply, dynamic class generation failures, and version migration conflicts. Get decision trees, configuration templates, and debugging steps for content detection, IntelliSense setup, and build cache issues. Publisher: JosiahSiegel · Stars: 49 · Updated: 2026-06-18 Install (manual): `git clone https://github.com/JosiahSiegel/claude-plugin-marketplace` ## SKILL.md # Tailwind CSS Debugging & Troubleshooting ## Common Issues & Solutions ### 1. Styles Not Applying #### Check Content Detection v4 automatically detects content, but if styles are missing: ```css /* Explicitly specify sources */ @import "tailwindcss"; @source "./src/**/*.{html,js,jsx,ts,tsx,vue,svelte}"; ``` #### Verify Class Names ```html