Re: [csswg-drafts] padding-x, padding-y, margin-x & margin-y (#3486)

You are probably looking for the `padding-block`, `padding-inline` and `margin-block`, `margin-inline` properties, which set the block and inline sides at once. To my knowledge no browser has implemented these yet but they exist in the Logical Properties and Values spec. Here is [margin-block on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block).

-- 
GitHub Notification of comment by rachelandrew
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3486#issuecomment-451741908 using your GitHub account

Received on Sunday, 6 January 2019 13:31:51 UTC