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

Function highlight

packages/@tailwindcss-upgrade/src/utils/renderer.ts:15–17  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

13}
14
15export function highlight(file: string) {
16 return `${pc.dim(pc.blue('`'))}${pc.blue(file)}${pc.dim(pc.blue('`'))}`
17}
18
19/**
20 * Convert an `absolute` path to a `relative` path from the current working

Callers 7

runFunction · 0.90
helpFunction · 0.90
importFunction · 0.90
linkConfigsFunction · 0.90
detectConfigPathFunction · 0.90
migratePostCSSConfigFunction · 0.90
migrateJsConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected