Re: [csswg-drafts] Allow applying style rules to the container itself (especially with style querries) (#10744)

In addition, we could still do this:
```css
@container style(--use-bg-color: true) {
  * {
   background-color: var(--bg-color);
  }
}
@container not style(--use-bg-color: true) {
  * {
   background-color: initial;
  }
}
```

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


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

Received on Wednesday, 9 October 2024 03:48:04 UTC