- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 01 Jun 2021 15:39:33 +0000
- To: public-css-archive@w3.org
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