Re: [csswg-drafts] [css-logical] Flow-relative syntax for `margin`-like shorthands

Has a new CSS function been considered? This would allow the TRBL shorthand in any property to work (without duplicating all the property names that use the shorthand):
```css
.example {
  margin: logical(1em 2em 20px);
  padding: logical(.5em 1em);
  border-width: logical(0 0 1px 1px);
}
```

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

Received on Saturday, 3 November 2018 23:41:50 UTC