Skip to content

Commit 2d7b620

Browse files
committed
Fix issue with config option not being respected in tailwind build
Same issue as we were seeing with output files, I'm a dummy for missing this and tagging.
1 parent 8e752f8 commit 2d7b620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ program.command('build')
7575
process.exit(1)
7676
}
7777

78-
buildTailwind(inputFile, loadConfig(program.config), writeStrategy(options))
78+
buildTailwind(inputFile, loadConfig(options.config), writeStrategy(options))
7979
.then(function () {
8080
process.exit()
8181
})

0 commit comments

Comments
 (0)