postcss-minify-params

popular js
Minify at-rule params with PostCSS
Version 7.0.3 License MIT
Keywords
postcsscsspostcss-pluginminifyoptimiseparams
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.1.0
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 5.0.0-rc.2
- 5.0.0-rc.1
- 5.0.0-rc.0
- 4.0.0-rc.2
- 4.0.0-rc.1
- 4.0.0-rc.0
- 4.0.0-nightly.2020.10.20
- 4.0.0-nightly.2020.9.9
- 4.0.0-nightly.2020.9.3
- 4.0.0-nightly.2020.9.1
- 4.0.0-nightly.2020.8.29
- 4.0.0-nightly.2020.8.25
- 4.0.0-nightly.2020.8.24
- 4.0.0-nightly.2020.8.17
- 4.0.0-nightly.2020.8.10
- 4.0.0-nightly.2020.8.4
- 4.0.0-nightly.2020.8.1
- 4.0.0-nightly.2020.7.31
- 4.0.0-nightly.2020.7.25
- 4.0.0-nightly.2020.7.24
- 4.0.0-nightly.2020.2.6
- 4.0.0-nightly.2020.1.11
- 4.0.0-nightly.2020.1.9
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