[] 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>
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>