Re: [csswg-drafts] [css-contain-3] Provide a syntax to query a specific container-type (#6393)

Maybe something that reflects the [container shorthand](https://drafts.csswg.org/css-contain-3/#container-shorthand) syntax?

```css
@container (inline-size style / sidebar) (width > 30em) and (--card: small) {
  <<stylesheet>>
}
```

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


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

Received on Thursday, 17 June 2021 18:34:23 UTC