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

Yeah, in general this is an impossible problem. Happily, tho, in most cases you're not pulling grid-container children out of flow, so you can just go ahead and assume that any children are grid items, and use the `.parent > *` selector mentioned previously.

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

Received on Wednesday, 17 July 2019 15:55:07 UTC