MCPcopy Create free account
hub / github.com/purifycss/purifycss / minify

Function minify

lib/purifycss.es.js:989–991  ·  view source on GitHub ↗
(cssSource, options)

Source from the content-addressed store, hash-verified

987};
988
989var minify = function minify(cssSource, options) {
990 return new CleanCss(options).minify(cssSource).styles;
991};
992
993var purify = function purify(searchThrough, css, options, callback) {
994 if (typeof options === "function") {

Callers 1

purifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected