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
I'm using Tailwind on my project. If I supply 'hover:underline' as a className, then I'll end up with 'hover:underline hover:underline-url' as my classes.
Similarly, if I supply 'text-blue hover:underline' as className, I'll end up with 'text-blue hover:underline text-blue hover:underline-url' as my classes (note the duplicate 'text-blue' now).
I know adding more options is a faff but it would be nice to disable these automatically generated classes.
The text was updated successfully, but these errors were encountered:
I'm using Tailwind on my project. If I supply 'hover:underline' as a
className
, then I'll end up with 'hover:underline hover:underline-url' as my classes.Similarly, if I supply 'text-blue hover:underline' as
className
, I'll end up with 'text-blue hover:underline text-blue hover:underline-url' as my classes (note the duplicate 'text-blue' now).I know adding more options is a faff but it would be nice to disable these automatically generated classes.
The text was updated successfully, but these errors were encountered: