- Remove tailwind.config.js (no longer needed in v4)
- Migrate all theme config to CSS @theme directive
- Define colors, fonts, animations in CSS
- Add zinc color palette for direct use
- Fix styling to match original design
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update globals.css to use @import "tailwindcss" and @config
- Remove incompatible plugins (tailwindcss-animate, @tailwindcss/forms)
- Add @tailwindcss/postcss for v4 compatibility
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>