0.8.4 • Published 4 years ago

postcss-minify-params-nightly v0.8.4

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

This is an un-official nightly release of cssnano's postcss-minify-params

In this, the package is named as postcss-minify-params-nightly

In from this docs, you need to replace every

postcss-minify-params --> postcss-minify-params-nightly


Original Docs below


postcss-minify-params Build Status

Minify at-rule params with PostCSS.

@media only screen   and ( min-width: 400px, min-height: 500px ) {
    h2{
        color:blue
    }
}
@media only screen and (min-width:400px,min-height:500px) {
    h2{
        color:blue
    }
}

Usage

postcss([ require('postcss-minify-params') ])

See PostCSS docs for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Bogdan Chadkin