Re: [csswg-drafts] [css-grid] Removing grid-items from layout calculations in one direction, especially for `auto-fit`

I *think* what you're asking for is the layout from

```
ul { display: flex; }
li { flex: 1; }
div { display: grid; }
section { grid-row: 2; }
<div>
<ul class="tabs"> ... </ul>
<section>...</section>
<section>...</section>
<section>...</section>
<section>...</section>
</div>
````
? Yes? If so, why not use that?

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

Received on Thursday, 15 November 2018 23:45:05 UTC