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 4 breakpoints in project i'm working on. I need another Extra Large break point. How i can implement this and able to user utility size classes u-xl-size1of2 for example @custom-media --md-viewport (min-width: 960px) and (max-width: 1200px);
also is there 'up' breakpoints? something like this @custom-media --lg-up-viewport (min-width: 62em);
The text was updated successfully, but these errors were encountered:
However, that doesn't mean that u-xl-size classes will be automatically generated. So, basically, you have to write them on your own, in any preferable way.
I often find that most projects use tiny subset of those classes anyway, so I only add the ones I really need and don't import whole suitcss-utils-size package.
@mromanoff Yeah, there's a discussion whether those classes shall be somehow generated in #28, but it's on hold for now, I believe. By the way, would you mind closing the issue, so it doesn't appear active? Thanks 😄
I have 4 breakpoints in project i'm working on. I need another Extra Large break point. How i can implement this and able to user utility size classes
u-xl-size1of2
for example@custom-media --md-viewport (min-width: 960px) and (max-width: 1200px);
also is there 'up' breakpoints? something like this
@custom-media --lg-up-viewport (min-width: 62em);
The text was updated successfully, but these errors were encountered: