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
We upgraded tailwind-variants to the 1.0 release (and subsequently bumped tailwind-merge to match the dependency defined, which is 3.0.x) and discovered that conflicting classes weren't being removed as they were previous to the upgrade.
In tailwind-merge's README it mentions that if you're using Tailwind 3.x, to stay on the 2.x version:
Perhaps it's worth mentioning this in the README of this project, or in the documentation site?