[csswg-drafts] [css-nesting-1] lacks examples of complex selectors (#7969)

romainmenke has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-nesting-1] lacks examples of complex selectors ==
This in particular seems to be missing and is important to clarify because it differs from sass :

```css
.a .b {
  .c & {}
}
```

->

```css
.a .b {
  .c :is(.a .b) {}
}
```

All current examples focus on simple/compound or selector lists.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7969 using your GitHub account


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

Received on Thursday, 27 October 2022 19:48:19 UTC