Reproduction URL (Required)
https://play.tailwindcss.com/szIhrWmSMB?file=css
What version of daisyUI are you using?
v5.0.35
Which browsers are you seeing the problem on?
All browsers
Describe your issue
It seems that --mask-chat is applied to .chat, while tailwind prefixes change the base classes to have the format .prefix\:chat. (a potential workaround/fix example, if you remove the ZZZ in the tailwind play link css, it'll work)
Reproduction URL (Required)
https://play.tailwindcss.com/szIhrWmSMB?file=css
What version of daisyUI are you using?
v5.0.35
Which browsers are you seeing the problem on?
All browsers
Describe your issue
It seems that
--mask-chatis applied to.chat, while tailwind prefixes change the base classes to have the format.prefix\:chat. (a potential workaround/fix example, if you remove theZZZin the tailwind play link css, it'll work)