laravel-frontend-presets / tall

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

Update Tailwind to existing app #75

Closed dcblogdev closed 3 years ago

dcblogdev commented 3 years ago

Sorry if this is a dumb question but how do you update tailwind to the latest version for an existing application?

I want to use Tailwind animations that requires v1.6.0+

ryangjchandler commented 3 years ago

@dcblogdev You just need to update the version in the package.json file, similar to how Composer packages are updated.

dcblogdev commented 3 years ago

thanks, they were missing from my package.json file. I also didn't have a tailwind config file. Somewhere along the way I've messed something up.

I've installed a fresh app and installed Tall, the package.json file contains the dependencies as you've said.