chore(deps-major): migrate tailwindcss to 4.3.1 2026-06-24#3
Draft
Copilot wants to merge 4 commits into
Draft
Conversation
Copilot
AI
changed the title
[WIP] chore(deps-major): migrate tailwindcss to 4.3.1 2026-06-24
chore(deps-major): migrate tailwindcss to 4.3.1 2026-06-24
Jun 24, 2026
Local agy authoring (MERGE migration fallback). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Local agy authoring (MERGE migration fallback). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
This PR migrates the project from Tailwind CSS v3 patterns to Tailwind CSS 4.3.1, covering the breaking config and CSS entrypoint changes required for builds to keep working.
The update is intentionally scoped to Tailwind v4 migration surface only (dependency + CSS/PostCSS integration points).
Dependency migration (v3 → v4.3.1)
tailwindcssto4.3.1.@tailwindcss/postcssand removesautoprefixer, aligning with Tailwind v4 PostCSS integration.PostCSS pipeline update
tailwindcssplugin entry with@tailwindcss/postcssinpostcss.config.cjs.CSS entrypoint migration for Tailwind v4
@tailwind base/components/utilities) with v4 import syntax.@configsince v4 no longer auto-loads config the same way.Original prompt