Skip to content

Commit 963bec7

Browse files
fracsibocharsky-bw
andauthored
Update src/TailwindBuilder.php
Co-authored-by: Victor Bocharsky <bocharsky.bw@gmail.com>
1 parent 4e9c9ec commit 963bec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TailwindBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function runBuild(
6969
$arguments[] = '--minify';
7070
}
7171

72-
$postCssConfigPath = $this->validatePostCssConfigFile($postCssConfigFile ?? $this->postCssconfigPath);
72+
$postCssConfigPath = $this->validatePostCssConfigFile($postCssConfigFile ?? $this->postCssConfigPath);
7373
if ($postCssConfigPath) {
7474
$arguments[] = '--postcss';
7575
$arguments[] = $postCssConfigPath;

0 commit comments

Comments
 (0)