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
So in this case, when window changes from 375px to 1280px, the text size will be changed from 32px to 64px, no need to follow the global settings which is scaling in a larger range: 320px to 1536px.
The text was updated successfully, but these errors were encountered:
It would be best if we could define the window maxWidth and minWidth inline and at the same time combined it with the breakpoints definition in unocss.
For example:
The global settings are
I wish they are only used for spacing and dimension like
but for typography I would like to apply a separate window width range to for it specifically
So in this case, when window changes from
375px
to1280px
, the text size will be changed from32px
to64px
, no need to follow the global settings which is scaling in a larger range:320px
to1536px
.The text was updated successfully, but these errors were encountered: