-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Flowbite / Tailwind V4 #1508
Comments
tailwind 4 is officially released |
Working on it |
@Aashir1 u can subscribe to this issue and get notified faster when we publish the next update. PS. We're gonna support both v3 and v4. |
@SutuSebastian done 👍 |
I've installed tailwind 4 with -- force but where flowbite-react plugin can be added since v4 is not using tailwind.config.js ? |
U would have to link back to an Note that the scanned classes are still using the old v3 unconverted classes (see below), which won't work accordingly.
As a quick update, I am actively working on the new version that brings support for both v3 and v4, with a much easier one CLI command setup, no more manual steps. Keep close. |
the only way that worked for me and imported plugin with older config file is using new Vite configuration placing @config "../tailwind.config.js"; in index.css got tailwind.config.js:
thanks |
there was a problem with my config file,the working content is
now it work also with cli (new command is : npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch ) in input.css
from flowbite I'm ony using badge,modal and sidebar that seem to work with v4 thanks |
Noticed the docs are not updated to work with Tailwind's new V4 version. Any ideas on how to setup Flowbite on Tailwind V4?
The text was updated successfully, but these errors were encountered: