blue() — tailwindcss Function Reference
Architecture documentation for the blue() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 381a0a60_1142_e0c8_a8e4_ba93d2bedc5d["blue()"] 2c28541e_ab22_5170_2fac_7d3ceef403a2["highlight()"] 2c28541e_ab22_5170_2fac_7d3ceef403a2 -->|calls| 381a0a60_1142_e0c8_a8e4_ba93d2bedc5d style 381a0a60_1142_e0c8_a8e4_ba93d2bedc5d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/scanner/mod.rs lines 45–47
fn blue(input: &str) -> String {
format!("\u{001b}[34m{input}\u{001b}[39m")
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does blue() do?
blue() is a function in the tailwindcss codebase.
What calls blue()?
blue() is called by 1 function(s): highlight.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free