- From: Amir Mohamadi via GitHub <sysbot+gh@w3.org>
- Date: Mon, 07 Jun 2021 11:07:43 +0000
- To: public-css-archive@w3.org
@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