chore: migrate Tailwind CSS v3 to v4 (PostCSS plugin split) - #446
Open
Diyaaa-12 wants to merge 1 commit into
Open
chore: migrate Tailwind CSS v3 to v4 (PostCSS plugin split)#446Diyaaa-12 wants to merge 1 commit into
Diyaaa-12 wants to merge 1 commit into
Conversation
- Remove tailwindcss v3 + autoprefixer, add tailwindcss v4.3.3 + @tailwindcss/postcss - Update postcss.config.cjs to use @tailwindcss/postcss plugin - Replace @tailwind directives with @import "tailwindcss"; in globals.css - Remove tailwind.config.js (empty theme.extend, no plugins; v4 auto-detects content) - Verified: build passes, full Playwright E2E suite passes (12/12), no visual regressions Closes drydocs#445
|
@Diyaaa-12 is attempting to deploy a commit to the Collins' projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrates apps/web from Tailwind CSS v3 to v4, fixing the PostCSS plugin split that was blocking Dependabot PR #412.
tailwindcssv3 +autoprefixer, installedtailwindcss4.3.3 +@tailwindcss/postcsspostcss.config.cjsto use@tailwindcss/postcssinstead of the oldtailwindcss/autoprefixerplugin pair@tailwinddirectives inglobals.csswith the v4@import "tailwindcss";syntaxtailwind.config.js— theme.extend was empty and there were no custom plugins, so v4's automatic content detection covers this without a config fileapps/docs(vitepress → @docsearch/react wanting React <19) — not in scope for this PRTest plan
pnpm --filter @meridian/web buildpasses (tsc + vite build clean)Closes #445