Re: [csswg-drafts] [css-conditional] [css-contain] Fleshing out @container queries with single-axis containment (#5796)

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