Home / Function/ info() — tailwindcss Function Reference

info() — tailwindcss Function Reference

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

Function typescript OxideCore Scanner calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  98289381_3219_727d_fea6_371f55963ac8["info()"]
  8d0812d4_61e4_e939_916d_a33e94faf43f["migrateJsConfig()"]
  8d0812d4_61e4_e939_916d_a33e94faf43f -->|calls| 98289381_3219_727d_fea6_371f55963ac8
  32e1ecdd_6093_f556_114f_ec3d5663975f["migratePostCSSConfig()"]
  32e1ecdd_6093_f556_114f_ec3d5663975f -->|calls| 98289381_3219_727d_fea6_371f55963ac8
  02abfdc1_e285_188c_43c7_c63389394a0b["migratePostCSSJSConfig()"]
  02abfdc1_e285_188c_43c7_c63389394a0b -->|calls| 98289381_3219_727d_fea6_371f55963ac8
  eb8ababf_fa35_08e1_76f8_c2b2cea868b8["run()"]
  eb8ababf_fa35_08e1_76f8_c2b2cea868b8 -->|calls| 98289381_3219_727d_fea6_371f55963ac8
  c3280d10_269f_8701_bd4c_48a551b9b4ae["log()"]
  98289381_3219_727d_fea6_371f55963ac8 -->|calls| c3280d10_269f_8701_bd4c_48a551b9b4ae
  style 98289381_3219_727d_fea6_371f55963ac8 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 })
}

Domain

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