- From: Brandon McConnell via GitHub <sysbot+gh@w3.org>
- Date: Mon, 17 Jul 2023 22:31:33 +0000
- To: public-css-archive@w3.org
@tabatkins to confirm— this is valid?: ```css .test { div& { display: block; } } ``` Does the ampersand need to go after the type, or is this also valid?: ```css .test { &div { display: block; } } ``` -- GitHub Notification of comment by brandonmcconnell Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8253#issuecomment-1638977174 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 17 July 2023 22:31:35 UTC