Re: [csswg-drafts] [css-align] Add shorthands for alignment properties

Let me ask this more succinctly, so more voices can chime in.

When you are writing code for Flexbox or Grid, you can specify how the
 browser allocates space by saying things like:
```
justify-content: space-between;
align-content: center;
```

We are proposing a shorter way to say such things. How should this 
example be shortened?

Option A:
```
place-content: space-between / center;
```

Option B:
```
place-content: center / space-between;
```

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

Received on Thursday, 17 November 2016 18:53:21 UTC