We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23bc8a commit 1e9b511Copy full SHA for 1e9b511
1 file changed
packages/vite/src/Installer/ViteInstaller.php
@@ -27,7 +27,7 @@ public function __construct(
27
#[Installer('Vite', alias: 'vite')]
28
public function install(
29
#[InstallerArgument(prompt: 'Install Tailwind CSS as well?')]
30
- bool $tailwindcss,
+ bool $tailwindcss = true,
31
): void {
32
$templateDirectory = $tailwindcss
33
? 'tailwindcss'
0 commit comments