Skip to content

Commit 1e9b511

Browse files
committed
refactor: default tailwindcss to true
1 parent c23bc8a commit 1e9b511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vite/src/Installer/ViteInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(
2727
#[Installer('Vite', alias: 'vite')]
2828
public function install(
2929
#[InstallerArgument(prompt: 'Install Tailwind CSS as well?')]
30-
bool $tailwindcss,
30+
bool $tailwindcss = true,
3131
): void {
3232
$templateDirectory = $tailwindcss
3333
? 'tailwindcss'

0 commit comments

Comments
 (0)