- From: Philipp Wrann via GitHub <sysbot+gh@w3.org>
- Date: Mon, 21 Jun 2021 10:02:29 +0000
- To: public-css-archive@w3.org
Well, i understand my technical understanding may be to little to argue on this, but if we end up with something like this:
```css
.element {
display: flex;
flex-direction: column;
@container var(--container-medium, (width > 480px)) {
flex-direction: row;
}
}
```
i dont see any problem with that. But if its this is mixin up different topics i see the point in not discussing it further. Anyway - thanks for the reply.
--
GitHub Notification of comment by MajPay
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5796#issuecomment-864905072 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 21 June 2021 10:03:12 UTC