Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
const
minify = (cssSource, options) =>
28
new
CleanCss(options).minify(cssSource).styles
29
30
const
purify = (searchThrough, css, options, callback) => {
31
if
(typeof options ===
"function"
) {
Callers
1
purify
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected