- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Mon, 19 Sep 2016 20:16:12 +0000
- To: public-css-archive@w3.org
If a pseudo-element solves this use case then why not allow multiple ::before/::after instead? ``` #grid-container::before(1) { grid: 3 / 1 / 4 / 2; background: yellow; } #grid-container::before(2) { ... } etc ``` which would be useful for all elements, not just grid. -- GitHub Notification of comment by MatsPalmgren Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/499#issuecomment-248111861 using your GitHub account
Received on Monday, 19 September 2016 20:16:20 UTC