postcss-minify-params-nightly

0.8.4 • Public • Published

This is an un-official nightly release of cssnano's postcss-minify-params

In this, the package is named as postcss-minify-params-nightly

In from this docs, you need to replace every

postcss-minify-params --> postcss-minify-params-nightly


Original Docs below


postcss-minify-params Build Status

Minify at-rule params with PostCSS.

@media only screen   and ( min-width: 400pxmin-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 (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i postcss-minify-params-nightly

    Weekly Downloads

    7

    Version

    0.8.4

    License

    MIT

    Unpacked Size

    7.25 kB

    Total Files

    4

    Last publish

    Collaborators

    • anixsaha