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 have setup a barebone app based on your template, and I notice that by adding preset mantine, it breaks the "max" breakpoints, so that means these are no longer working: max-sm:, max-md:, max-lg:, max-xl:.
For example: max-lg:flex.
It is helpful for desktop-first designs.
Just removing these from the tailwind config will make it work again:
I have setup a barebone app based on your template, and I notice that by adding preset mantine, it breaks the "max" breakpoints, so that means these are no longer working:
max-sm:
,max-md:
,max-lg:
,max-xl:
.For example:
max-lg:flex
.It is helpful for desktop-first designs.
Just removing these from the tailwind config will make it work again:
Do you have a solution for this?
The text was updated successfully, but these errors were encountered: