From bed16cd5bc653eb54fe6a0da2302c6782829e833 Mon Sep 17 00:00:00 2001 From: Muhammad Afif Ramadhan <31378187+ramadhanafif@users.noreply.github.com> Date: Wed, 5 Nov 2025 05:00:26 +0100 Subject: [PATCH] docs: update command for setting up TailwindCSS Remove deprecated svelte-add and change it to sv add --- docs/preprocessors/other-css-preprocessors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: