-
Notifications
You must be signed in to change notification settings - Fork 811
feat: use of tailwind v4 apis #2425
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
…-top-bottom properties
d340e67
to
18e4c8c
Compare
Summary by cubic
Switches the Tailwind integration to v4’s runtime compile API to generate CSS from classes at runtime. This removes our v3 internals, improves CSS variable resolution across layers/media, and adds support for async React components during inlining.
New Features
Refactors