Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/purifycss/purifycss
/ readPlugin
Method
readPlugin
src/CssTreeWalker.js:21–24 ·
view source on GitHub ↗
(tree)
Source
from the content-addressed store, hash-verified
19
}
20
21
readPlugin(tree) {
22
this.readRules(tree.rules)
23
this.removeEmptyRules(tree.rules)
24
}
25
26
readRules(rules) {
27
for
(
let
rule of rules) {
Callers
nothing calls this directly
Calls
2
readRules
Method · 0.95
removeEmptyRules
Method · 0.95
Tested by
no test coverage detected