[] lets you use place-*
properties as shorthands for align-*
and justify-*
, following the [CSS Box Alignment] 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>