- 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> ``` ![grid-awesome](https://user-images.githubusercontent.com/4010828/39585567-6f27b10c-4ef5-11e8-8a9e-cf1dcaf7a03c.png) 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