doppio icon indicating copy to clipboard operation
doppio copied to clipboard

fix: pin tailwindcss to v3.4 to avoid v4 breaking changes

Open UmakanthKaspa opened this issue 4 months ago • 0 comments

summary tailwind v4 removed the init command, causing npx tailwindcss init -p to fail with "could not determine executable to run" error.

pinning to v3.4 fixes this.

ref: https://github.com/tailwindlabs/tailwindcss/discussions/15820

UmakanthKaspa avatar Dec 02 '25 11:12 UmakanthKaspa