MCPcopy
hub / github.com/tailwindlabs/tailwindcss / success

Function success

packages/@tailwindcss-upgrade/src/utils/renderer.ts:108–110  ·  view source on GitHub ↗
(message: string, { prefix = '', print = eprintln } = {})

Source from the content-addressed store, hash-verified

106}
107
108export function success(message: string, { prefix = '', print = eprintln } = {}) {
109 log(message, { art: pc.green('\u2502'), prefix, print })
110}
111
112export function info(message: string, { prefix = '', print = eprintln } = {}) {
113 log(message, { art: pc.blue('\u2502'), prefix, print })

Callers 3

runFunction · 0.90
linkConfigsFunction · 0.90
migratePostCSSConfigFunction · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected