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 46dab3b commit 8b08814Copy full SHA for 8b08814
src/cli/commands/build.js
@@ -4,7 +4,6 @@ import prettyHrtime from 'pretty-hrtime'
4
5
import tailwind from '../..'
6
7
-import commands from '.'
8
import compile from '../compile'
9
import * as colors from '../colors'
10
import * as emoji from '../emoji'
@@ -45,18 +44,6 @@ function stop(...msgs) {
45
44
utils.die()
46
}
47
48
-/**
49
- * Prints the error message and help for this command, then stops the process.
50
- *
51
- * @param {...string} [msgs]
52
- */
53
-function stopWithHelp(...msgs) {
54
- utils.header()
55
- utils.error(...msgs)
56
- commands.help.forCommand(commands.build)
57
- utils.die()
58
-}
59
-
60
/**
61
* Compiles CSS file and writes it to stdout.
62
*
0 commit comments