Skip to content

Commit 49bcffa

Browse files
authored
Merge pull request #35 from tailwindcss/fix-config-option
Fix issue with config option not being respected in `tailwind build`
2 parents 8e752f8 + 2d7b620 commit 49bcffa

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)