Re: [csswg-drafts] [css-cascade-6] Add ability to scope rules from an imported stylesheet (#7348)

Can we make it so that authors do not have to wrap simple scope conditions?

```css
@imports "foo" @scope(.foo); /* -> authors will want to write this */
@imports "foo" @scope((.foo)); /* explicitly wrapped in parenthesis */
@imports "foo" @scope((.foo) to (.bar));
```


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


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

Received on Friday, 27 September 2024 07:01:57 UTC