UNPKG

@chariz/postcss-clean

Version:

PostCSS plugin to minify CSS with clean-css

5 lines (3 loc) 122 B
import CleanCSS from "clean-css"; declare function postcssClean(options: CleanCSS.OptionsOutput); export = postcssClean;