-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
[WIP]: tailwind v4 #7507
base: main
Are you sure you want to change the base?
[WIP]: tailwind v4 #7507
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
something that may help you:
and for css module: https://tailwindcss.com/docs/compatibility#css-modules |
Yep, with that I made the first commit, I thought it was going to do most of the work |
Note Your Pull Request seems to be updating Translations of the Node.js Website. Whilst we appreciate your intent; Any Translation update should be done through our Crowdin Project. Thank you! |
Hey @bjohansebas I assume this is still a WIP? |
Yep, I'll continue with this later. |
tysm for your contributions <3 |
I think I'll continue after you all have done the migration to the new version of Next.js. |
@bjohansebas bump claudio had merge the pr. You can have fun with git conflict 😁 |
908dbb9
to
9859b48
Compare
9041ae6
to
c1351bb
Compare
c1351bb
to
4e0ae4f
Compare
Hey! I just wanted to give you a heads-up that I’m putting this PR on hold until #7401 merges. That one already has approval, no conflicts, and I’m planning to merge it on Monday, unless something unexpected comes up. I don’t think this PR will be able to merge before then, so I’m marking it as "on hold" for now. That said, feel free to keep working on it—this just means it won’t be merged until #7401 lands. Thanks for your patience! 😊 The CSS files in the ui-components library are identical to the ones in |
I would still need to rebase to resolve the conflicts that exist at the moment. I'll wait until your PR is merged to do everything at once. |
Thanks for your patience, @bjohansebas! If you need any help rebasing, please let me know. |
Sure, I plan to do the rebase this weekend, hopefully it won't be too hard. Likewise, I'm going to squash all the commits to make the rebase easier. |
Description
Updated to Tailwind 4 :), still a work in progress
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.