UNPKG

postcss-inline-base64

Version:
20 lines (14 loc) 373 B
import debug from 'debug' const DEBUG_PREFIX = 'postcss_inline_base64' const error = debug(`${DEBUG_PREFIX}:error`) const info = debug(`${DEBUG_PREFIX}:info`) const log = debug(`${DEBUG_PREFIX}:log`) const colors = [0, 2, 5] log.color = debug.colors[colors[0]] info.color = debug.colors[colors[1]] error.color = debug.colors[colors[2]] export { error, info, log, }