Closed cadolphs closed 4 months ago
Thank you @cadolphs
for reporting issues. It helps daisyUI a lot ๐
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
๐คฆ
I keep forgetting that even with automated page reloads, the django test server doesn't automatically reload the CSS. Everything works as intended now.
Thanks for the great tool!
What version of daisyUI are you using?
4.12.10
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://play.tailwindcss.com/6vWlxyeC85
Describe your issue
Can't use the playground because that uses an older version apparently?
for me generates a button of width 24px but height of 48px, because the base
.btn
class still setsmin-height
to3 rem
and it doesn't get overriden.