Re: [csswg-drafts] [css-grid] grid-item pseudo-class (#4097)

I'm not sure why a `:grid-item` pseudo-selector would be needed. You can achieve the same as you've mentioned with `> *` or `> div`.
Grid and flex also have lots of properties you can use directly on the parent to manage layouts without needing to target the children.

-- 
GitHub Notification of comment by agilec-paul
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4097#issuecomment-510099311 using your GitHub account

Received on Wednesday, 10 July 2019 15:01:43 UTC