Re: [csswg-drafts] [css-sizing] Adding a 'size' shorthand for 'width'/'height' (#820)

Wouldn't it be more convenient to make reductions for all properties at once?
For example:
```
size: 10px; // width: 10px, height: 10px || min-width: 10, max-width: 10, min-height: 10, max-height: 10
size: 10px 20px; // width: 10px, height: 20px || min-width: 10, max-width: 10, min-height: 20, max-height: 20
size: 10px 20px 30px 40px; // min-width: 10, max-width: 20, min-height: 30, max-height: 40
```

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

Received on Friday, 24 January 2020 10:32:56 UTC