chore: update tailwindcss to v4#37
Open
osnoser1 wants to merge 4 commits into
Open
Conversation
✅ Deploy Preview for limitless-angular-sanity-example ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0a0da45 to
aee639a
Compare
commit: |
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
@tailwinddirectives to Tailwind v4 CSS-first setup.@tailwindcss/postcssintegration and switches the Analog/Vite app to@tailwindcss/vite.@applyusage with Tailwind v4@referencewhere theme utilities are applied.Validation
pnpm install --frozen-lockfilepnpm buildpnpm lint@apply/@referenceinto concrete scoped CSS with no raw directives in the built output.Notes
pnpm peers checkstill exits non-zero. This repo already has several peer-version drifts; this update also adds the expected Tailwind 4 warning against Angular 19 packages that declaretailwindcss^2 || ^3as an optional peer. The actual Angular build path is verified via the documented@tailwindcss/postcssintegration.tailwindcss@4.3.0,@tailwindcss/postcss@4.3.0,@tailwindcss/vite@4.3.0, and@tailwindcss/typography@0.5.19.References: https://tailwindcss.com/docs/upgrade-guide, https://tailwindcss.com/docs/installation/framework-guides/angular, https://tailwindcss.com/docs/installation/using-vite, https://tailwindcss.com/docs/detecting-classes-in-source-files