We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cfef1 commit 4b1ee96Copy full SHA for 4b1ee96
1 file changed
packages/@tailwindcss-cli/src/commands/build/index.ts
@@ -119,8 +119,6 @@ export async function handle(args: Result<ReturnType<typeof options>>) {
119
// If the user passes `{bin} build --map -` then this likely means they want to output the map inline
120
// this is the default behavior of `{bin build} --map` to inform the user of that
121
if (args['--map'] === '-') {
122
- eprintln(header())
123
- eprintln()
124
eprintln(`Use --map without a value to inline the source map`)
125
process.exit(1)
126
}
0 commit comments