dim() — tailwindcss Function Reference
Architecture documentation for the dim() function in instrumentation.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 45a1211a_0f49_f94e_7ab9_cb0ea97784fa["dim()"] 3568c474_624e_066e_07ef_ed5bb1f93d4a["report()"] 3568c474_624e_066e_07ef_ed5bb1f93d4a -->|calls| 45a1211a_0f49_f94e_7ab9_cb0ea97784fa style 45a1211a_0f49_f94e_7ab9_cb0ea97784fa 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.
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