matype / postcss-style-guide

PostCSS plugin to generate a style guide automatically
Other
526 stars 33 forks source link

migrate from cssnano to CSSO #45

Open VovanR opened 8 years ago

VovanR commented 8 years ago

cssnano zindex rule crashes my guides

.box {
    z-index: 5000;
}

->

.box {
    z-index: 1;
}

But I need z-index: 5000

crecotun commented 7 years ago

https://deeech.github.io/css-minificator-tests