- From: Roman Komarov via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Apr 2024 14:01:46 +0000
- To: public-css-archive@w3.org
@romainmenke I did write my comment without seeing yours, but for ``` .foo { .theme-blue & { color: blue; } color: green; } ``` the color from `.theme-blue` will always override the green one thanks to specificity, so this is a non-issue here, and we can safely do whatever :) -- GitHub Notification of comment by kizu Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8738#issuecomment-2047636117 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 10 April 2024 14:01:47 UTC