Skip to content

Commit 0b47fde

Browse files
committed
Add tailwindcss as a dependency
1 parent b22929e commit 0b47fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Preset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ protected static function updatePackageArray(array $packages)
2727
return array_merge([
2828
'laravel-mix-purgecss' => '^3.0.0',
2929
'laravel-mix-tailwind' => '^0.1.0',
30+
'tailwindcss' => '^0.6.6',
3031
], Arr::except($packages, [
3132
'bootstrap',
3233
'bootstrap-sass',

0 commit comments

Comments
 (0)