01Detects and flags legacy tailwind.config.js files for migration
02Validates the presence of v4 @theme blocks and CSS-first configuration
03Checks package.json for compatible Tailwind v4+ dependencies
04Provides automated fix suggestions and strict mode for CI/CD pipelines
05Identifies outdated @tailwind directives and suggests @import replacements
0610 GitHub stars