Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
152
function
dim(str: string) {
153
return
`\x1B[2m${str}\x1B[22m`
154
}
155
156
function
yellow(str: string) {
157
return
`\x1B[33m${str}\x1B[39m`
Callers
1
optimize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected