Skip to content

loilo-archive/repro-cssnano-orderedvalues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction for cssnano/cssnano#1202

Setup:

# Clone this repository
git clone https://github.com/loilo/repro-cssnano-ordererdvalues.git

# cd into the cloned folder
cd repro-cssnano-ordererdvalues

# Install npm dependencies
npm ci

Show broken minification:

npx postcss --config default-config stylesheet.css

Show proper minification (with orderedValues option disabled):

npx postcss --config fixed-config stylesheet.css

About

Reproduction for a bug caused by cssnano's orderedValues option

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published