| From: praveenpuglia@gmail.com Sent: July 27, 2017 10:21 PM To: sebastian@malton.name Cc: www-style@w3.org Subject: Re: grid-gap as repeating pattern |
It would be amazing if the following was possible with the grid-column-gap and grid-row-gap.grid-row-gap: 0px 5px;This means that the gap on row boundary 2,4,6... is 0px and on the row boundary 3,5,7... is 5px.This can be scaled up as many values as wanted. The reason that boundary 1 is skipped is because it is not an inner boundary.