postcss-minify-params
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

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

/postcss-minify-params/

    Package Sidebar

    Install

    npm i postcss-minify-params

    Weekly Downloads

    10,374,636

    Version

    7.0.0

    License

    MIT

    Unpacked Size

    8.14 kB

    Total Files

    6

    Last publish

    Collaborators

    • beneb
    • trysound
    • ludovicofischer
    • ai
    • chriseppstein
    • andyjansson
    • evilebottnawi
    • cssnano-bot