Skip to content

Files

Latest commit

3e6a62b · Nov 11, 2024

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 11, 2024

[] 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]: