Skip to content

chore: migrate vue-example to Tailwind CSS v4 with Vite plugin#394

Merged
chaitanyapotti merged 1 commit intomasterfrom
chore/vue-example-tailwind-v4-vite
Mar 25, 2026
Merged

chore: migrate vue-example to Tailwind CSS v4 with Vite plugin#394
chaitanyapotti merged 1 commit intomasterfrom
chore/vue-example-tailwind-v4-vite

Conversation

@chaitanyapotti
Copy link
Copy Markdown
Member

@chaitanyapotti chaitanyapotti commented Mar 25, 2026

Summary

  • Migrate the Vue example to Tailwind CSS v4 using @tailwindcss/vite and CSS-based configuration.
  • Remove standalone postcss.config.js and tailwind.config.js from the example.
  • Update root package-lock.json / package.json as part of the dependency refresh.

Testing

  • npm install at repo root
  • cd examples/vue-example && npm run build

Note

Low Risk
Low risk: changes are confined to the examples/vue-example build pipeline and dependency lockfiles, with no impact on runtime auth logic. Main risk is build/regression in the example due to the new Tailwind v4 CSS-based configuration and Vite plugin integration.

Overview
Migrates examples/vue-example to Tailwind CSS v4 by switching to the @tailwindcss/vite plugin and moving Tailwind configuration into src/tailwind.css using @source directives (including a small inline safelist) and a custom dark variant.

Removes the need for standalone Tailwind/PostCSS config files in the example and refreshes dependencies/lockfiles (including root package.json/package-lock.json) to align with the new toolchain.

Written by Cursor Bugbot for commit 97e6034. This will update automatically on new commits. Configure here.

- Use @tailwindcss/vite and CSS-based config; remove postcss and tailwind.config.js
- Align root package-lock with dependency updates
@chaitanyapotti chaitanyapotti requested a review from a team as a code owner March 25, 2026 07:41
@chaitanyapotti chaitanyapotti merged commit ce857ee into master Mar 25, 2026
5 checks passed
@chaitanyapotti chaitanyapotti deleted the chore/vue-example-tailwind-v4-vite branch March 25, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants