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

Function dim

packages/@tailwindcss-node/src/optimize.ts:152–154  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

150}
151
152function dim(str: string) {
153 return `\x1B[2m${str}\x1B[22m`
154}
155
156function yellow(str: string) {
157 return `\x1B[33m${str}\x1B[39m`

Callers 1

optimizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected