[] lets you use the overflow
shorthand in CSS,
following the [CSS Overflow] 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>