Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.12 KB

File metadata and controls

55 lines (40 loc) · 1.12 KB

[] lets you use the gap, column-gap, and row-gap shorthand properties in CSS, following the [CSS Grid Layout] specification.

<example.css>

/* becomes */

<example.expect.css>

Options

preserve

The preserve option determines whether the original notation is preserved. By default, it is preserved.

<exportName>({ preserve: false })
<example.css>

/* becomes */

<example.preserve-false.expect.css>
[CSS Grid Layout]: