Re: [csswg-drafts] [css-nesting] :selector-replace() pseudo-class function (#6330)

I’m basically looking for something like that:
```css
.foo {
  & .bar {
    & p {
      &:mod(:ancestor(.foo):focus) {} /* => .foo:focus .bar p */
    }
  }
}
```

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


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

Received on Tuesday, 1 June 2021 18:22:15 UTC