lhl 6ff0e96ad3 8-4-1 | 1 rok temu | |
---|---|---|
.. | ||
dist | 1 rok temu | |
node_modules | 1 rok temu | |
LICENSE | 1 rok temu | |
README.md | 1 rok temu | |
package.json | 1 rok temu |
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