Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.11 KB

File metadata and controls

54 lines (39 loc) · 1.11 KB

[] lets you easily generate a solid-color image from any color following the [CSS Images 4 Specification].

<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 Images 4 Specification]: