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

Function minifyBlock

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

Source from the content-addressed store, hash-verified

115}
116
117function minifyBlock(source, options) {
118 return minify('declarationList', source, options);
119}
120
121export {
122 version,

Callers 1

compress.jsFile · 0.85

Calls 1

minifyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…