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

Just wanted to post that I have recently hit an issue which (i think) this is the culprit of. I'd love to see this scenario relaxed as it confused me for a good long time.

Styles I was trying to use:

```
::part(form-control-label) {
    .filter-bar & {
        color: yellow;
    }
}
```

Discussion here: https://discord.com/channels/739437527907303535/1020332605599662181/1346201308448686191 and here: https://discord.com/channels/436251713830125568/1345141673478328532

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


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

Received on Wednesday, 5 March 2025 22:08:26 UTC