dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
84 stars 2 forks source link

Update Tailwind to use v3.2 #188

Closed SimonLab closed 1 year ago

SimonLab commented 1 year ago

A new version of Tailwind has been published a couple of days ago: https://tailwindcss.com/blog/tailwindcss-v3-2

https://github.com/dwyl/mvp/blob/45c808a64556a7f332b33b595d5bf4b7348ae88f/config/config.exs#L32-L41

At the moment I don't think we'll use the new features but it might be a good test to see if the application is working properly with the latest version especially if we'll use Phoenix 1.7 (which might use 3.2?)

SimonLab commented 1 year ago

189 merged, application deployed