- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 May 2018 15:21:14 +0000
- To: public-css-archive@w3.org
Another testcase:
```html
<style>
.grid {
display: inline-grid;
grid-row-gap: 10%;
border: solid;
}
x { background: lightgrey; }
</style>
<div class="grid">
<x>CSS Grid</x>
<x>IS</x>
<x>AWESOME</x>
</div>
```

Coffee mug salesmen around the world, rejoice!
--
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/509#issuecomment-386332974 using your GitHub account
Received on Thursday, 3 May 2018 15:21:17 UTC