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
  b5e272ae_7cd9_bef8_9b59_c0d24bdc0ac9["blue()"]
  3568c474_624e_066e_07ef_ed5bb1f93d4a["report()"]
  3568c474_624e_066e_07ef_ed5bb1f93d4a -->|calls| b5e272ae_7cd9_bef8_9b59_c0d24bdc0ac9
  style b5e272ae_7cd9_bef8_9b59_c0d24bdc0ac9 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`
}

Subdomains

Called By

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): report.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free