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 c7f2ae2 commit fb51206Copy full SHA for fb51206
src/TailwindCssPreset.php
@@ -30,7 +30,7 @@ protected static function updatePackageArray(array $packages)
30
'laravel-mix' => '^4.0.14',
31
'laravel-mix-purgecss' => '^4.1',
32
'laravel-mix-tailwind' => '^0.1.0',
33
- 'tailwindcss' => '^1.0.0-beta.4',
+ 'tailwindcss' => 'next',
34
'vue' => '^2.5.17',
35
'vue-template-compiler' => '^2.6.4',
36
], Arr::except($packages, [
0 commit comments