Re: [csswg-drafts] [css-nesting] Meaning of using multiple & (#6336)

OK, I missed this example from the spec:

```css
.foo {
  color: blue;
  & .bar & .baz & .qux { color: red; }
}
/* equivalent to
   .foo { color: blue; }
   .foo .bar .foo .baz .foo .qux { color: red; }
 */
```

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


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

Received on Tuesday, 1 June 2021 15:39:59 UTC