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 737bcda commit 218a429Copy full SHA for 218a429
src/TailwindCssPreset.php
@@ -30,10 +30,10 @@ public static function installAuth()
30
protected static function updatePackageArray(array $packages)
31
{
32
return array_merge([
33
- 'laravel-mix' => '^5.0',
+ 'laravel-mix' => '^5.0.1',
34
'laravel-mix-purgecss' => '^4.1',
35
'laravel-mix-tailwind' => '^0.1.0',
36
- 'tailwindcss' => '^1.2',
+ 'tailwindcss' => '^1.0',
37
'@tailwindcss/custom-forms' => '^0.2',
38
], Arr::except($packages, [
39
'bootstrap',
0 commit comments