Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
117
function
minifyBlock(source, options) {
118
return
minify(
'declarationList'
, source, options);
119
}
120
121
export
{
122
version,
Callers
1
compress.js
File · 0.85
Calls
1
minify
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…