Skip to content

V4 Fix broken link to standalone builds for the beta #1911

New issue

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

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/v4-beta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Then compile your CSS using the CLI tool:
$ npx @tailwindcss/cli -i input.css -o output.css
```

You can also download [standalone builds](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta-1) of the new CLI tool from GitHub for projects that don't otherwise depend on the Node.js ecosystem.
You can also download [standalone builds](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.1) of the new CLI tool from GitHub for projects that don't otherwise depend on the Node.js ecosystem.

### Upgrading from v3

Expand Down