- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 31 Jul 2018 17:48:29 +0000
- To: public-css-archive@w3.org
I misread the question, my code nerds a small adjustment:
```css
ul.recycler > * {
& {
display: contents;
}
&::contents {
display: block;
}
& + ::before {
content: "";
/* ... */
}
}
```
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2960#issuecomment-409309007 using your GitHub account
Received on Tuesday, 31 July 2018 17:48:32 UTC