Replies: 2 comments
-
What’s the benefit in your mind, just the reduction in CSS size? My main hesitation is |
Beta Was this translation helpful? Give feedback.
-
Yeah, I guess size would be one thing (about 50%), although fairly minor (for me), and more concise code-wise. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are obvious upsides to using logical properties, so are there any reasons not to change
px-
,py-
,mx-
andmy-
to output their logical equivalents?For example, currently px-value results in:
Wouldn't it be preferable to have:
instead? Seems logical 😉
This was mentioned in #10166, but was not addressed.
Beta Was this translation helpful? Give feedback.
All reactions