Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.35 KB

File metadata and controls

57 lines (41 loc) · 1.35 KB

[] fallback the initial keyword following the [CSS Cascade 4 Specification].

<example.css>

/* becomes */

<example.expect.css>

See prior work by maximkoretskiy here postcss-initial To ensure long term maintenance and to provide the needed features this plugin was recreated based on maximkoretskiy's work.

Options

preserve

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>
[CSS Cascade 4 Specification]: