Re: [csswg-drafts] [css-contain] What is the migration path for Container Queries? (#6175)

This was less necessary for the initial draft of container queries, which can be tested by checking for support of the new properties/values, eg:

```css
@supports (container-type: inline-size) { ... }
```

Since style queries don't involve any new properties, a more general solution is required. 

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


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

Received on Tuesday, 30 August 2022 21:22:45 UTC