Searched defs:CleanCSS (Results 1 – 2 of 2) sorted by relevance
5 var CleanCSS = require('clean-css'); variable
30 var CleanCSS = module.exports = function CleanCSS(options) { variable65 CleanCSS.prototype.minify = function (input, maybeSourceMap, maybeCallback) { class