Home / Function/ blue() — tailwindcss Function Reference

blue() — tailwindcss Function Reference

Architecture documentation for the blue() function in instrumentation.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  81c9ee6e_b44c_d0df_34e0_c26e57df3e1b["blue()"]
  bd16b7ea_bbf0_4269_b855_66ce2c516e3e["instrumentation.ts"]
  81c9ee6e_b44c_d0df_34e0_c26e57df3e1b -->|defined in| bd16b7ea_bbf0_4269_b855_66ce2c516e3e
  6964633c_136d_e731_7357_c395276476b3["report()"]
  6964633c_136d_e731_7357_c395276476b3 -->|calls| 81c9ee6e_b44c_d0df_34e0_c26e57df3e1b
  style 81c9ee6e_b44c_d0df_34e0_c26e57df3e1b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/@tailwindcss-node/src/instrumentation.ts lines 111–113

function blue(input: string) {
  return `\u001b[34m${input}\u001b[39m`
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does blue() do?
blue() is a function in the tailwindcss codebase, defined in packages/@tailwindcss-node/src/instrumentation.ts.
Where is blue() defined?
blue() is defined in packages/@tailwindcss-node/src/instrumentation.ts at line 111.
What calls blue()?
blue() 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