We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9c9ec commit 963bec7Copy full SHA for 963bec7
src/TailwindBuilder.php
@@ -69,7 +69,7 @@ public function runBuild(
69
$arguments[] = '--minify';
70
}
71
72
- $postCssConfigPath = $this->validatePostCssConfigFile($postCssConfigFile ?? $this->postCssconfigPath);
+ $postCssConfigPath = $this->validatePostCssConfigFile($postCssConfigFile ?? $this->postCssConfigPath);
73
if ($postCssConfigPath) {
74
$arguments[] = '--postcss';
75
$arguments[] = $postCssConfigPath;
0 commit comments