Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/web-infra-dev/garfish
/ indent
Method
indent
packages/css-scope/src/cssStringify.ts:74–80 ·
view source on GitHub ↗
(level?: number)
Source
from the content-addressed store, hash-verified
72
}
73
74
indent(level?: number) {
75
if
(typeof level ===
'number'
) {
76
this.level += level;
77
return
''
;
78
}
79
return
Array(this.level).join(
' '
);
80
}
81
82
compile(node: StylesheetNode) {
83
return
this.stylesheet(node);
Callers
11
comment
Method · 0.95
media
Method · 0.95
document
Method · 0.95
supports
Method · 0.95
keyframes
Method · 0.95
keyframe
Method · 0.95
page
Method · 0.95
host
Method · 0.95
rule
Method · 0.95
declaration
Method · 0.95
'font-face'
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected