Re: [csswg-drafts] [css-nesting] How to resolve nested CSS with pseudo elements in the parent (#7433)

Conceptually, there is no reason to disallow this:

```pcss
.anything::before {
  .something_else > & {
    color: black
  }
}
```

So it would be unfortunate if we need to for what is basically an implementation detail. Perhaps we can just change how selectors get rewritten? 

-- 
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7433#issuecomment-1287096933 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 21 October 2022 15:09:34 UTC