-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update vite docs install for Vite v6 + Tailwind v4 #1024
base: dev
Are you sure you want to change the base?
Conversation
postcss no longer part of vite update other snippet fix typo
707e4bc
to
ace155a
Compare
not sure if it's desirable to leave an option for a |
reference for tailwind v4 |
okay, updated the package installation according to the Tailwind V4 docs There are two things that would require updating related to the
- @tailwind base;
- @tailwind components;
- @tailwind utilities;
+ @import "tailwindcss";
...
|
it is box-border now. Anyway I'm trying to migrate as well, here are the things I also had to change:
|
cool thx! according to tailwindlabs/tailwindcss#15778 (comment) , |
π Linked issue
β Type of change
π Description
Installing using VITE v6.0.11, it appears that postcss is no longer included in the vite installation
Also breaking changes related to Tailwind v4
π Checklist