Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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