- From: Nadya678 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Feb 2018 22:09:27 +0000
- To: public-css-archive@w3.org
Workaround
```
<style>
/* ... */
html ::slotted(main)
{
background-color: blue;
}
::slotted(*)
{
background-color: red;
}
</style>
<slot></slot>
--
GitHub Notification of comment by Nadya678
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2271#issuecomment-363238180 using your GitHub account
Received on Monday, 5 February 2018 22:09:30 UTC