Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/purifycss/purifycss
/ parseRule
Method
parseRule
src/SelectorFilter.js:43–45 ·
view source on GitHub ↗
(selectors, rule)
Source
from the content-addressed store, hash-verified
41
}
42
43
parseRule(selectors, rule) {
44
rule.selectors = this.filterSelectors(selectors)
45
}
46
47
filterSelectors(selectors) {
48
let
contentWords = this.contentWords,
Callers
nothing calls this directly
Calls
1
filterSelectors
Method · 0.95
Tested by
no test coverage detected