MCPcopy
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
82export 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

helpFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected