Skip to content

Commit 8b08814

Browse files
committed
Remove unused code
1 parent 46dab3b commit 8b08814

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/cli/commands/build.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import prettyHrtime from 'pretty-hrtime'
44

55
import tailwind from '../..'
66

7-
import commands from '.'
87
import compile from '../compile'
98
import * as colors from '../colors'
109
import * as emoji from '../emoji'
@@ -45,18 +44,6 @@ function stop(...msgs) {
4544
utils.die()
4645
}
4746

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-
6047
/**
6148
* Compiles CSS file and writes it to stdout.
6249
*

0 commit comments

Comments
 (0)