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

Function header

packages/@tailwindcss-upgrade/src/utils/renderer.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 indent: 2,
10}
11export function header() {
12 return `${pc.italic(pc.bold(pc.blue('\u2248')))} tailwindcss ${pc.blue(`v${getVersion()}`)}`
13}
14
15export function highlight(file: string) {
16 return `${pc.dim(pc.blue('`'))}${pc.blue(file)}${pc.dim(pc.blue('`'))}`

Callers 2

runFunction · 0.90
helpFunction · 0.90

Calls 1

getVersionFunction · 0.70

Tested by

no test coverage detected