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
Currently when having the same class(es) in both "className" and "inactiveClassName" causes it to be removed from "className" this is a bummer for users of utility based CSS frameworks like TailwindCSS (me included). A workaround is to create two custom classes and applying the tailwind styles in there. But this is far from ideal and in my opinion, unnecessary.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Currently when having the same class(es) in both "className" and "inactiveClassName" causes it to be removed from "className" this is a bummer for users of utility based CSS frameworks like TailwindCSS (me included). A workaround is to create two custom classes and applying the tailwind styles in there. But this is far from ideal and in my opinion, unnecessary.
Thanks in advance!
The text was updated successfully, but these errors were encountered: