- From: Manuel Rego Casasnovas via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Apr 2018 11:30:09 +0000
- To: public-css-archive@w3.org
The example I linked, dunno why it only works if linked from @rachelandrew's codepen) is the one called *Inner alignment*. It's not only subgrids, but it's about *named grids*, check the proposed CSS there: ```css #outer {display: grid(pagecolumns);} #inner .thing1, #inner .thing2 {display: pagecolumns;} ``` If I got it correctly that would be naming a grid container and referring it from somewhere else. -- GitHub Notification of comment by mrego Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2530#issuecomment-380419601 using your GitHub account
Received on Wednesday, 11 April 2018 11:30:13 UTC