MCPcopy
hub / github.com/tailwindlabs/tailwindcss / pretty

Function pretty

packages/tailwindcss/src/test-utils/run.ts:21–25  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

19}
20
21export function pretty(input: string) {
22 input = input.trim()
23 if (input === '') return ''
24 return `\n${input}\n`
25}

Callers 3

index.test.tsFile · 0.90
index.test.tsFile · 0.90
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected