Re: [csswg-drafts] [css-cascade] [css-nesting] Figure out whether we're fine with "shifting up" bare declarations after rules (#8738)

@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