-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade TailwindCSS to version 4 #43
Conversation
Hey Leanardo, thank you very much for taking your time to contribute. I really appreciate that! I'll leave some comments on some of your chnages. I'm happy to discuss more on that specific topic. Thanks, |
I did a quick test, but it seems that class changes are not reflected in the CSS! |
Hi @axzilla , I've just push the new version output.css. I didn't pay attention that needs to push the compiled version of css, but now it's ok =) |
Before we can merge this PR we have to fix the following:
|
Fix card component not compiling properly + docs inconsistencies
fix(form): add form component tab
fix(button): small typo in state condition
…-in-sidebar feat(docs): highlight current page in sidebar + add retry mechanism in `GenerateNonce`
d277e43
to
a3f77fa
Compare
Why did you close this? |
It closed automatically because I did a I'm working on it today. I will reopen when it done ;) |
@axzilla I upgraded to Tailwind v4 using a CSS configuration file. I tested it on the docs page and everything appears to be working correctly. The installation guide has not been updated yet. |
Great job man! Thank you, I really appreciate it! This is definitely one step forward! |
This PR upgrades TailwindCSS to version 4, following the instructions from the official upgrade guide.