- From: PupilTong via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Oct 2024 03:48:03 +0000
- To: public-css-archive@w3.org
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