dim() — tailwindcss Function Reference
Architecture documentation for the dim() function in instrumentation.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 0d76a781_d7ba_58e6_725b_3d4bbfeb5185["dim()"] 5fc79c14_9f7d_c655_5020_3326a9635c4a["instrumentation.ts"] 0d76a781_d7ba_58e6_725b_3d4bbfeb5185 -->|defined in| 5fc79c14_9f7d_c655_5020_3326a9635c4a 6dc1dd11_64c4_2049_6b20_5094d747fd15["report()"] 6dc1dd11_64c4_2049_6b20_5094d747fd15 -->|calls| 0d76a781_d7ba_58e6_725b_3d4bbfeb5185 style 0d76a781_d7ba_58e6_725b_3d4bbfeb5185 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/@tailwindcss-node/src/instrumentation.ts lines 107–109
function dim(input: string) {
return `\u001b[2m${input}\u001b[22m`
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does dim() do?
dim() is a function in the tailwindcss codebase, defined in packages/@tailwindcss-node/src/instrumentation.ts.
Where is dim() defined?
dim() is defined in packages/@tailwindcss-node/src/instrumentation.ts at line 107.
What calls dim()?
dim() is called by 1 function(s): report.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free