We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Code Setup to explicitly install Tailwind CSS 3.x. The rest of the instructions will then work correctly.
Tailwind CSS v4 eliminated the init script and the tailwind.config.js that it creates.
I found this when
npx tailwindcss init -p
got the error mentioned in this Tailwind CSS issue: Unable to Run npx tailwindcss init -p - "Could Not Determine Executable to Run".
Tagging @kenrogers , else i'll address in a PR later.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
URL of the page to change: https://docs.stacks.co/guides-and-tutorials/hello-stacks-quickstart-tutorial
Quick fix = pin to Tailwind CSS 3.x
Change Code Setup to explicitly install Tailwind CSS 3.x. The rest of the instructions will then work correctly.
Updating Fix = revamp to work with Tailwind CSS 4.x
Tailwind CSS v4 eliminated the init script and the tailwind.config.js that it creates.
Context
I found this when
got the error mentioned in this Tailwind CSS issue: Unable to Run npx tailwindcss init -p - "Could Not Determine Executable to Run".
Tagging @kenrogers , else i'll address in a PR later.
The text was updated successfully, but these errors were encountered: