diff --git a/docs/preprocessors/other-css-preprocessors.md b/docs/preprocessors/other-css-preprocessors.md index 3ed75a69f..db488452b 100644 --- a/docs/preprocessors/other-css-preprocessors.md +++ b/docs/preprocessors/other-css-preprocessors.md @@ -42,7 +42,7 @@ export default { ## TailwindCSS -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. +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. To use TailwindCSS with the VSCode extension: