Skip to content

Commit 630bd66

Browse files
Use TailwindCSS 1.0
Resolves #50
1 parent 04127df commit 630bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TailwindCssPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected static function updatePackageArray(array $packages)
3030
'laravel-mix' => '^4.0.14',
3131
'laravel-mix-purgecss' => '^4.1',
3232
'laravel-mix-tailwind' => '^0.1.0',
33-
'tailwindcss' => 'next',
33+
'tailwindcss' => '^1.0',
3434
'vue' => '^2.5.17',
3535
'vue-template-compiler' => '^2.6.4',
3636
], Arr::except($packages, [

0 commit comments

Comments
 (0)