New:Socket for Asana Is Now Available.Learn more
Get Started

postcss-minify-params

Package Overview
Dependencies
Maintainers
8
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-params

Minify at-rule params with PostCSS

latest
Source
npmnpm
Version
9.0.0
Version published
Weekly downloads
18M
-4.43%
Maintainers
8
Weekly downloads
 
Created
Source

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

Keywords

postcss

FAQs

Package last updated on 27 Aug 2026

Related posts