Debug Tailwind CSS issues, missing styles, and configuration problems
## CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). --- # Tailwind CSS Debugging ## Purpose Diagnose and resolve Tailwind CSS issues including missing styles, configuration problems, and build errors. ## Workflow ### 1. Identify the Problem Common issues: - Styles not applying - Build errors - Missing classes - Dark mode not working - Plugins not loading - Slow builds ### 2. Quick Diagnostic Checks...