-
Notifications
You must be signed in to change notification settings - Fork 290
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
Tailwind 4.0 #1516
Comments
I wrote a guide here that you can follow: |
Thank you Zoltán! |
I have successfully adopted Zoltan's idea, Button work after it, but NavUl+NavLI is not visible. I see the new flowbite v3, installed but Nav* is invisible. I see, the NavUI generated code is:
Solved by use like this: |
This fix doesn't solve the problem. Those buttons should be hidden until the hamburger button is pressed. This approach makes the menu for small width screens always open. For wider screens, the navbar should have text based li elements. Not sure why this bug occurs, but switching to tailwind v3 was the approach I took for the time being |
There are a number of issues I have found related to nav and navbar once updating to svelte 4. If you checkout the current page at https://alexswensen.io you can see links at the top right, but in the pr, those disappear. |
When updating to Tailwind 4, the See https://tailwindcss.com/docs/upgrade-guide#removed-deprecated-utilities |
The new tag TW4 was issued. Can you please check if it works OK?
|
Renamed the tag to v0.48.0. |
Hi, I would like to give a feedback: it works like in TW3, and classBackdrop="bg-black/50" is unneccessary too with this version. Great work, thank you! I do not want to close issue, because it has mixed content by others. Please close if you think. |
Just tested v0.48.3 and it seems to work great with Tailwind 4! Thank you! |
Just as I ran into it: Maybe this could be mentioned in the docs? |
Summary
Tailwind 4.0 released, can I use it at my own risk. I would like you to allow tailwind 4 in packageJson.
The text was updated successfully, but these errors were encountered: