We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
macOS on default zsh using
curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-macos-arm64 chmod +x tailwindcss-macos-arm64 mv tailwindcss-macos-arm64 tailwindcss
…as per guide.
Following it further https://tailwindcss.com/blog/standalone-cli and tailwindcss init gives:
tailwindcss init
% tailwindcss init ≈ tailwindcss v4.0.8 Invalid command: init Usage: tailwindcss [options] Options: -i, --input ··········· Input file -o, --output ·········· Output file [default: `-`] -w, --watch ··········· Watch for changes and rebuild as needed -m, --minify ·········· Optimize and minify the output --cwd ············· The current working directory [default: `.`] -h, --help ············ Display usage information
The text was updated successfully, but these errors were encountered:
The instructions in that blog post are outdated. The init command no longer exists in the latest version of Tailwind. You can simply skip that step.
init
Sorry, something went wrong.
No branches or pull requests
macOS on default zsh using
…as per guide.
Following it further https://tailwindcss.com/blog/standalone-cli and
tailwindcss init
gives:The text was updated successfully, but these errors were encountered: