css icon indicating copy to clipboard operation
css copied to clipboard

Column gap and row gap

Open karchung0930 opened this issue 2 years ago • 1 comments

Description

There are grid-column-gap and grid-row-gap for grid layout. But currently, we only can use the general gap property.

We often only need the gap for either column or row instead of both of them together.

karchung0930 avatar Jul 07 '22 02:07 karchung0930

We've missed gap-x and gap-y in the Gap documentation, but it always works.

1aron avatar Jul 10 '22 12:07 1aron

🎉 Improved. https://docs.master.co/css/gap

1aron avatar Aug 15 '22 17:08 1aron