[] lets you easily create new plugins following some [CSS Specification].
<example.css>
/* becomes */
<example.expect.css>
The preserve
option determines whether the original notation
is preserved. By default, it is not preserved.
<exportName>({ preserve: true })
<example.css>
/* becomes */
<example.preserve-true.expect.css>