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

Function minify

src/purifycss.js:27–28  ·  view source on GitHub ↗
(cssSource, options)

Source from the content-addressed store, hash-verified

25
26
27const minify = (cssSource, options) =>
28 new CleanCss(options).minify(cssSource).styles
29
30const purify = (searchThrough, css, options, callback) => {
31 if (typeof options === "function") {

Callers 1

purifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected