Re: [csswg-drafts] [css-values] skip individual shorthand values

> If you want to leave one of the longhand values alone, why not just 
use the other longhand properties?

I think because it could be much shorter this way for some cases, 
e.g.:

```css
margin-top: 1em;
margin-right: 1em;
margin-left: 1em;
```

compared to:

```css
margin: 1em 1em *; 
```

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

Received on Friday, 18 November 2016 08:52:01 UTC