-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
feat(monorepo): use tailwindcss v4 in monorepo example #6724
Conversation
@Kaikaikaifang is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
This was on my list to do. Thanks for getting this started. I'll review. May I push some updates to your PR here? |
Certainly you can! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hmm looks like we can't publish beta from here. Looking into alternatives for testing this. |
@Kaikaikaifang okay we can start testing it. I published a beta.
Can you test and let me know if everything is working? Try adding components, check imports, dark mode...etc |
Test passed, everything is fine. ✅ |
In order to use tailwindcss v4 in monorepo, we can refer to this issue.
In globals.css:
link discussion #6714