mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
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.
This commit is contained in:
parent
8e752f8e3a
commit
2d7b620f1e
@ -75,7 +75,7 @@ program.command('build')
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
buildTailwind(inputFile, loadConfig(program.config), writeStrategy(options))
|
||||
buildTailwind(inputFile, loadConfig(options.config), writeStrategy(options))
|
||||
.then(function () {
|
||||
process.exit()
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user