PHP 7.4.33
Preview: README.md Size: 782 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/postcss-minify-params/README.md
# postcss-minify-params [![Build Status][ci-img]][ci]

> Minify at-rule params with PostCSS.

```css
@media only screen   and ( min-width: 400px, min-height: 500px ) {
    h2{
        color:blue
    }
}
```

```css
@media only screen and (min-width:400px,min-height:500px) {
    h2{
        color:blue
    }
}
```

## Usage

```js
postcss([ require('postcss-minify-params') ])
```

See [PostCSS] docs for examples for your environment.

## Contributors

See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).

## License

MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)

[PostCSS]: https://github.com/postcss/postcss
[ci-img]:  https://travis-ci.org/cssnano/postcss-minify-params.svg
[ci]:      https://travis-ci.org/cssnano/postcss-minify-params

Directory Contents

Dirs: 2 × Files: 3
Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2025-06-16 05:45:38
Edit Download
types DIR
- drwxr-xr-x 2025-06-16 05:45:38
Edit Download
1.07 KB lrw-r--r-- 2025-06-16 05:45:38
Edit Download
864 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
782 B lrw-r--r-- 2025-06-16 05:45:38
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).