Skip to content

Commit eb7abe2

Browse files
committed
WIP
1 parent f710000 commit eb7abe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/v4-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ If you're using Vite, we recommend migrating from the PostCSS plugin to [our new
15271527

15281528
In v4.0, Tailwind CLI lives in a dedicated `@tailwindcss/cli` package. Update any of your build commands to use the new package instead:
15291529

1530-
```diff
1530+
```diff-bash
15311531
- npx tailwindcss -i input.css -o output.css
15321532
+ npx @tailwindcss/cli -i input.css -o output.css
15331533
```

0 commit comments

Comments
 (0)