You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: dont install less than v4 (#391)
As the @tailwindcss/vite is installed and only supports v4 we are using
--prefer-offline flag that can install tailwindcss v3 from cache with
this we force to use cache only is tailwindcss version is greater than
v4