After making updates to ensure Tailwind CSS classes are consistent across the codebase, some files were not automatically formatted or fixed by husky because only staged files are formatted.
Problem:
- Tailwind CSS class names were updated for consistency.
- ESLint/Prettier did not auto-format all affected files.
- This causes inconsistent code style and may block CI/CD lint checks.