Replies: 1 comment
-
Here is an issue to follow for that webstudio-is/webstudio#4440 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the UI, only
px
units can be set on breakpoints, which should really all userem
at the very least, if not leverage CSS custom properties via:root
. This needs to be addressed so that authors can maintain consistency throughout designs and use custom properties.In fact, using
px
across the board causes all kinds of issues in responsive designs and should be avoided -- this also applies to transitions, which should userem
,%
, orem
. I will create a separate issue for the latter.Beta Was this translation helpful? Give feedback.
All reactions