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

@matthew-dean 

MAYBE I'm mistaken, but if you do want to scope it, don't you do something like:

```css
@contain (width > 45em) {
  .theScopeIWant .elementSelected {
    ...
  }
}
```

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


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

Received on Friday, 12 February 2021 14:25:27 UTC