dim() — tailwindcss Function Reference
Architecture documentation for the dim() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 5452c671_f140_9758_3733_261668eaa9ff["dim()"] 2c28541e_ab22_5170_2fac_7d3ceef403a2["highlight()"] 2c28541e_ab22_5170_2fac_7d3ceef403a2 -->|calls| 5452c671_f140_9758_3733_261668eaa9ff 878f6a0e_ea74_3ea2_ad17_27f64191747d["init_tracing()"] 878f6a0e_ea74_3ea2_ad17_27f64191747d -->|calls| 5452c671_f140_9758_3733_261668eaa9ff style 5452c671_f140_9758_3733_261668eaa9ff fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/scanner/mod.rs lines 41–43
fn dim(input: &str) -> String {
format!("\u{001b}[2m{input}\u{001b}[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 2 function(s): highlight, init_tracing.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free