-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bug: (v5) responsive modifiers not working for card-border #3589
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
Comments
Thank you @FlorianFlatscher
for reporting issues. It helps daisyUI a lot 💚
|
Since this is still open, as the reporter of the "might be related to" issue, I've also since noticed that Seems like a lot of classes stopped integrating properly with Tailwind in the rewrite from v4 to v5. |
Please let me know if you found more class names that are expected to work with Tailwind's responsive prefixes. I will work on it 👍 |
I don't know if it can help, but there are some classes that are not being picked up by the tailwind lsp and are not working with the
What I've found is that those classes don't really exist. There are only used in The list was extracted from: https://github.com/search?q=repo%3Asaadeghi%2Fdaisyui%20where(.&type=code |
Is there any way to fix this? |
What version of daisyUI are you using?
v5.0.0
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://play.tailwindcss.com/6makvWf5wk
Describe your issue
Responsive modifieres don't work for
card-border
.sm:card-border
results to a card with no border on all screen sizes (see reproduction URL). This might also be the case for other card uitilities.Might be related to: #3558
The text was updated successfully, but these errors were encountered: