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 was wondering if you're able to add the feature to be able to use something like 2xl on the screens config without the output throwing an interpolation error:
I was wondering if you're able to add the feature to be able to use something like 2xl on the screens config without the output throwing an interpolation error:
screens: (
sm: 768px,
md: 1024px,
lg: 1280px,
xl: 1536px,
2xl: "screen size",
),
Having it output as .\2xl or [class="2xl"] would be amazing.
The text was updated successfully, but these errors were encountered: