Re: [csswg-drafts] [css-grid] Decorative grid-cell pseudo-elements

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