dwyl / mvp

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

Update Tailwind to use v3.2 #189

Closed SimonLab closed 2 years ago

SimonLab commented 2 years ago

Update the config.exs file to use the latest Tailwind version (3.2)

You might need to run mix tailwind.install to download the latest version

ref: #188

codecov[bot] commented 2 years ago

Codecov Report

Merging #189 (9a28d5a) into main (45c808a) will decrease coverage by 1.35%. The diff coverage is n/a.

@@             Coverage Diff             @@
##              main     #189      +/-   ##
===========================================
- Coverage   100.00%   98.64%   -1.36%     
===========================================
  Files           13       13              
  Lines          221      221              
===========================================
- Hits           221      218       -3     
- Misses           0        3       +3     
Impacted Files Coverage Δ
lib/app_web/live/app_live.ex 96.10% <0.00%> (-3.90%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

SimonLab commented 2 years ago

Again I'm not sure why codecov is not happy. I ran mix c on my machine and all seems fine.