Skip to content

Commit bd20d2c

Browse files
committed
Don't reassign configPath
1 parent 77ef1db commit bd20d2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ async function build() {
577577
return result
578578
}
579579

580-
let configPath = args['--config'] ?? path.resolve('./tailwind.config.js')
581580
let config = refreshConfig(configPath)
582581

583582
if (input) {

0 commit comments

Comments
 (0)