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
@VarunVAshrit Forgot to tell you that changing them the image card carousel env the use of the must be updated to, where they are used.
so
w-[var(--image-carousel-card-w-sm)] md:w-[var(--image-carousel-card-w-md)]
to
w-image-carousel-card-w-sm md:w-image-carousel-card-w-md
In tailwind.css
change these to spacing variables like card-maxWidth in #2576 and use similar to max-w-card-maxWidth
The text was updated successfully, but these errors were encountered: