MCPcopy
hub / github.com/css/csso / minifyStylesheet

Function minifyStylesheet

lib/index.js:113–115  ·  view source on GitHub ↗
(source, options)

Source from the content-addressed store, hash-verified

111}
112
113function minifyStylesheet(source, options) {
114 return minify('stylesheet', source, options);
115}
116
117function minifyBlock(source, options) {
118 return minify('declarationList', source, options);

Callers

nothing calls this directly

Calls 1

minifyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…