Skip to content

Commit d085830

Browse files
authored
docs: update command for setting up TailwindCSS (#2880)
Remove deprecated svelte-add and change it to sv add
1 parent 1e01c99 commit d085830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessors/other-css-preprocessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
4343
## TailwindCSS
4444
45-
We assume you already have setup TailwindCSS within your Svelte project. If not, you can run `npx svelte-add tailwindcss` to set it up automatically or visit [the Tailwind docs](https://tailwindcss.com/docs/guides/sveltekit) which explain how to manually set it up.
45+
We assume you already have setup TailwindCSS within your Svelte project. If not, you can run `npx sv add tailwindcss` to set it up automatically or visit [the Tailwind docs](https://tailwindcss.com/docs/guides/sveltekit) which explain how to manually set it up.
4646
4747
To use TailwindCSS with the VSCode extension:
4848

0 commit comments

Comments
 (0)