Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ indent
Function
indent
packages/@tailwindcss-cli/src/utils/renderer.ts:82–84 ·
view source on GitHub ↗
(value: string, offset = 0)
Source
from the content-addressed store, hash-verified
80
}
81
82
export
function
indent(value: string, offset = 0) {
83
return
`${
' '
.repeat(offset + UI.indent)}${value}`
84
}
85
86
// Rust inspired functions to print to the console:
87
Callers
1
help
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected