-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
collapse visibility: collapse #1261
Comments
I got the same problem. Have you figured it out? |
I fixed it with this for now: tailwind.css @layer utilities { |
@Syiana Thanks, it works. But the collapse can not be collapsed now. |
Thanks for reporting this. Really hard to deal with it when a new version of Tailwind CSS adds a new class name that already exists in daisyUI 🤐 |
I do this in vue anyway, that's why it works for me: v-model="checked"
|
Using My code:
collapse is not showing. Reason: My solution:
|
@zed-wong Why your |
That was due to my configuration, as you linked, sorry for asking that dumb question XD |
I would like to use both the DaisyUI |
if you're seeing this in recent versions, you might be using You can manually override using the same method daisyui does, but in your own globals.css:
|
3.2.0 - 2022-10-19
Add new collapse utility for visibility: collapse tailwindlabs/tailwindcss#9181
daisyui collapse is not visibility by default now
The text was updated successfully, but these errors were encountered: