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
Right now only responsive variant are supported. For text-red-900 for example, classes sm:text-red-500! are generated.
It would be great to also have other variants such as hover so hover:text-red-500! would be generated.
Right now only responsive variant are supported. For
text-red-900for example, classessm:text-red-500!are generated.It would be great to also have other variants such as
hoversohover:text-red-500!would be generated.