()
| 9 | indent: 2, |
| 10 | } |
| 11 | export function header() { |
| 12 | return `${pc.italic(pc.bold(pc.blue('\u2248')))} tailwindcss ${pc.blue(`v${getVersion()}`)}` |
| 13 | } |
| 14 | |
| 15 | export function highlight(file: string) { |
| 16 | return `${pc.dim(pc.blue('`'))}${pc.blue(file)}${pc.dim(pc.blue('`'))}` |