Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.08 KB

File metadata and controls

54 lines (39 loc) · 1.08 KB

[] lets you use the hwb() color function in CSS, following [CSS Color Module 4].

<example.css>

/* becomes */

<example.expect.css>

Options

preserve

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>
[CSS Color Module 4]: