![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 9 months ago | - | |
![]() | types/ | 9 months ago | - | |
![]() | LICENSE | 9 months ago | 1.1K | |
![]() | README.md | 9 months ago | 782 | |
![]() | package.json | 9 months ago | 855 |
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
}
}
postcss([ require('postcss-minify-params') ])
See PostCSS docs for examples for your environment.
See CONTRIBUTORS.md.
MIT © Bogdan Chadkin