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
There are some classes which support numbers and percentages as arbitrary values in Tailwind CSS, e.g. brightness-[0.4] and brightness-[40%] are both equivalent. In tailwind-merge however, only numbers are supported in those. I should also add support for percentage values in those classes.