feat: upgrade to Tailwind CSS v4 and update all dependencies#39
feat: upgrade to Tailwind CSS v4 and update all dependencies#39CorentinLumineau wants to merge 1 commit intomainfrom
Conversation
- Migrated from Tailwind CSS v3 to v4 with CSS-based configuration - Updated all dependencies to latest stable versions - Upgraded pnpm from 10.10.1 to 10.18.3 - Updated globals.css to use new @import "tailwindcss" syntax - Moved theme configuration to @theme directive in CSS - Updated PostCSS config to use @tailwindcss/postcss plugin - Simplified Tailwind config files (removed tailwindcss-animate plugin) - Updated apps/web to use Tailwind v4 - Updated packages/config with Tailwind v4 dependencies - Added make verify command to run tests, lint, type-check, and build Breaking changes: - Removed tailwindcss-animate package (animations now in CSS @theme) - Updated date-fns from ^3.6.0 to ^4.1.0 - PostCSS configuration now uses @tailwindcss/postcss instead of tailwindcss 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
|
Claude finished @CorentinLumineau's task —— View job PR Review: Tailwind CSS v4 MigrationI've completed a comprehensive review of this Tailwind CSS v4 migration. Here's my detailed feedback: Review Checklist:
✅ StrengthsExcellent Migration Approach
Dependency Management
Build Tooling Improvements
|
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| } | ||
|
|
||
| :root { | ||
| /* Base theme variables will be set dynamically by theme system */ |
Breaking changes:
🤖 Generated with Claude Code