Re: [csswg-drafts] [css-env] Allow authors to configure a few settings from within CSS (CSS `@config`) (#9109)

@bramus What is the difference between this and using `interpolate-size` in :root?

```css
@config {
  interpolate-size: allow-keywords;
}
```

vs

```css
:root {
  interpolate-size: allow-keywords;
}
```


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


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

Received on Wednesday, 19 February 2025 07:15:24 UTC