postcss-minify-params-nightly
v0.8.4
Published
Minify at-rule params with PostCSS
Downloads
20
Maintainers
Readme
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
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