laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

I updated all packages in my Laravel and it's still Tailwind 2. #109

Closed core45 closed 2 years ago

core45 commented 2 years ago

I updated all packages in my Laravel and it's still Tailwind 2. I even did php artisan ui tall and it's still the same. It is not upgrading to Tailwind v.3

Originally posted by @core45 in https://github.com/laravel-frontend-presets/tall/issues/108#issuecomment-1067840185

ryangjchandler commented 2 years ago

@core45 Updating the package doesn't update the Tailwind version, you need to do that upgrade yourself. This package provides a starter kit that you publish into your application - after that point, it's your responsibility to upgrade the packages.

core45 commented 2 years ago

So I did totally fresh install and it's still Tailwind 2

ryangjchandler commented 2 years ago

Whay version of this package are you installing?