Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/web-infra-dev/garfish
/ stylesheet
Method
stylesheet
packages/css-scope/src/cssStringify.ts:86–88 ·
view source on GitHub ↗
(node: StylesheetNode)
Source
from the content-addressed store, hash-verified
84
}
85
86
stylesheet(node: StylesheetNode) {
87
return
this.mapVisit(node.stylesheet.rules,
'\n\n'
);
88
}
89
90
comment(node: CommentNode) {
91
return
this.emit(`${this.indent()}/*${node.comment}*/`, node.position);
Callers
1
compile
Method · 0.95
Calls
1
mapVisit
Method · 0.95
Tested by
no test coverage detected