You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Works with 3.x
<inputclass="input input-primary rounded-l-none" />
// On 4.x need to force with `!`
<inputclass="input input-primary !rounded-l-none" />
The text was updated successfully, but these errors were encountered:
What version of daisyUI are you using?
4.0.1
Which browsers are you seeing the problem on?
Chrome, Safari
Reproduction URL
https://play.tailwindcss.com/u8LHdZbDsj
Describe your issue
Is this expected?
The text was updated successfully, but these errors were encountered: