- From: Hayato Ito <notifications@github.com>
- Date: Wed, 17 Feb 2016 00:32:40 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 17 February 2016 08:33:09 UTC
"::slotted" is used to style a distributed node directly, having a more power.
e.g.
```css
slot::slotted(div.red) {
color: red;
}
slot::slotted(div.green) {
color: green;
}
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/331#issuecomment-185093547
Received on Wednesday, 17 February 2016 08:33:09 UTC