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

6.1.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

Package Sidebar

Install

npm i postcss-minify-params

Weekly Downloads

9,074,599

Version

6.1.0

License

MIT

Unpacked Size

8.13 kB

Total Files

6

Last publish

Collaborators

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