/ student-intifada / node_modules / postcss-minify-params /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]src/a year ago -  
[DIR]types/a year ago -  
[   ]LICENSEa year ago1.1K 
[TXT]README.mda year ago782 595aea1 more query options + view options [كارل مبارك]
[   ]package.jsona year ago855 afd0ccc remove unused [كارل مبارك]
README.md

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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80