- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Apr 2024 13:55:00 +0000
- To: public-css-archive@w3.org
> Almost everyone’s code naturally ends up having declarations interleaved with rules.
Do you have any insights into how many times they interleaved in a way that the order actually mattered?
e.g.
```css
.foo {
.theme-blue & {
color: blue; /* never applied if we don't shift up */
}
color: green;
}
```
I am expecting this to be extremely rare.
I know that this would only be anecdotal, but I still find it interesting :)
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8738#issuecomment-2047617928 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 13:55:01 UTC