[] lets you use the pow()
, sqrt()
, hypot()
, log()
, exp()
functions following the [CSS Values 4 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>