- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Oct 2022 19:48:17 +0000
- To: public-css-archive@w3.org
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