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 447f180 commit 28df326Copy full SHA for 28df326
src/TailwindCssPreset.php
@@ -30,10 +30,13 @@ public static function installAuth()
30
protected static function updatePackageArray(array $packages)
31
{
32
return array_merge([
33
+ '@tailwindcss/ui' => '^0.3',
34
+ 'autoprefixer' => '^9.6',
35
'laravel-mix' => '^5.0.1',
- 'laravel-mix-tailwind' => '^0.1.0',
36
+ 'postcss-import' => '^12.0',
37
+ 'postcss-nested' => '^4.2',
38
'tailwindcss' => '^1.4',
- '@tailwindcss/custom-forms' => '^0.2',
39
+ 'vue-template-compiler' => '^2.6.11',
40
], Arr::except($packages, [
41
'bootstrap',
42
'bootstrap-sass',
0 commit comments