- From: Tobi Reif via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Mar 2018 11:53:39 +0000
- To: public-css-archive@w3.org
tobireif has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-grid] == In a current project, I need a cell to span all columns, including all implicit columns. This currently doesn't work: ``` grid-column: 1 / -1; ``` I would expect the above line to cause the cell to span all columns, no matter whether they're all explicit, all implicit, or mixed. I hope this can be ensured in the spec and in browsers. P.S. Thanks for CSS Grid! Overall it's a joy to use. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2402 using your GitHub account
Received on Tuesday, 6 March 2018 11:53:41 UTC