Home / Function/ info() — tailwindcss Function Reference

info() — tailwindcss Function Reference

Architecture documentation for the info() function in renderer.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  1109e3d3_2f0e_658d_04f7_09e68535d07b["info()"]
  dc1d7e71_14d1_dd51_5d14_8265f9e59cce["migrateJsConfig()"]
  dc1d7e71_14d1_dd51_5d14_8265f9e59cce -->|calls| 1109e3d3_2f0e_658d_04f7_09e68535d07b
  5987acc9_de8e_d765_ba48_301e64c09fab["migratePostCSSConfig()"]
  5987acc9_de8e_d765_ba48_301e64c09fab -->|calls| 1109e3d3_2f0e_658d_04f7_09e68535d07b
  4b19c8da_6fad_12c6_ffff_b88c922f8406["migratePostCSSJSConfig()"]
  4b19c8da_6fad_12c6_ffff_b88c922f8406 -->|calls| 1109e3d3_2f0e_658d_04f7_09e68535d07b
  c1db9de2_3654_d42b_b9f2_1c5a0ccbd307["run()"]
  c1db9de2_3654_d42b_b9f2_1c5a0ccbd307 -->|calls| 1109e3d3_2f0e_658d_04f7_09e68535d07b
  4bc97ee1_c9aa_200f_e3cf_2ae2983cf547["log()"]
  1109e3d3_2f0e_658d_04f7_09e68535d07b -->|calls| 4bc97ee1_c9aa_200f_e3cf_2ae2983cf547
  style 1109e3d3_2f0e_658d_04f7_09e68535d07b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/@tailwindcss-upgrade/src/utils/renderer.ts lines 112–114

export function info(message: string, { prefix = '', print = eprintln } = {}) {
  log(message, { art: pc.blue('\u2502'), prefix, print })
}

Subdomains

Calls

Frequently Asked Questions

What does info() do?
info() is a function in the tailwindcss codebase.
What does info() call?
info() calls 1 function(s): log.
What calls info()?
info() is called by 4 function(s): migrateJsConfig, migratePostCSSConfig, migratePostCSSJSConfig, run.

Analyze Your Own Codebase

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

Try Supermodel Free