postcss-minify-params
@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') ])Contributors
License
Last updated