Re: [csswg-drafts] Shorthand: Writing multiple properties in one line with the same value (#6353)

@Crissov `size` is a great property I will be the first person who uses it!
I just wrote an example to express the idea, use cases will be various.


```css
.box {
     display: flex;
     size: 50px;
     `justify-content  align-items text-align` :  center;
     `overflow visibility` :  hidden;
     `border-radius padding` :  5px;
}
```


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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 7 June 2021 11:08:29 UTC