postcss-minify-params (5.1.4)
Published 2026-02-24 14:03:06 +00:00 by atheaadmin
Installation
registry=npm install postcss-minify-params@5.1.4"postcss-minify-params": "5.1.4"About this package
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
Dependencies
Dependencies
| ID | Version |
|---|---|
| browserslist | ^4.21.4 |
| cssnano-utils | ^3.1.0 |
| postcss-value-parser | ^4.2.0 |
Development Dependencies
| ID | Version |
|---|---|
| postcss | ^8.2.15 |
Peer Dependencies
| ID | Version |
|---|---|
| postcss | ^8.2.15 |
Keywords
postcss
css
postcss-plugin
minify
optimise
params