Replies: 1 comment 1 reply
-
I believe it was intentionally left out, as per #10166. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am looking through the docs for the new v4 and was wondering why is there no utility for padding or margin block start / end.
I can see that the
my
,py
,space-y
utils use it, but there is only separate utils for padding and margin inline start / end:ps
,ms
,pe
andme
.Wouldn't it be nice to have something like:
or instead of the confusing
pb
:or even:
It's not like I refuse to upgrade because of this, just a thought.
Is it intentionally left out, are there plans to add it or if not, why wasn't it added in the first place.
Epic release though :)
Beta Was this translation helpful? Give feedback.
All reactions