diff --git a/sites/docs/src/content/installation/sveltekit.md b/sites/docs/src/content/installation/sveltekit.md index 0d3f7bb33..941f6013a 100644 --- a/sites/docs/src/content/installation/sveltekit.md +++ b/sites/docs/src/content/installation/sveltekit.md @@ -24,10 +24,6 @@ Use the Svelte CLI to add Tailwind CSS to your project. -### Install dependencies - - - ### Setup path aliases If you are not using the default alias `$lib`, you'll need to update your `svelte.config.js` file to include those aliases. diff --git a/sites/docs/src/content/installation/vite.md b/sites/docs/src/content/installation/vite.md index fdee4b2f9..ad00390bf 100644 --- a/sites/docs/src/content/installation/vite.md +++ b/sites/docs/src/content/installation/vite.md @@ -18,10 +18,6 @@ Use the Svelte CLI to add Tailwind CSS to your project. -### Install dependencies - - - ### Edit tsconfig.json file The current version of Vite splits TypeScript configuration into three files, two of which need to be edited.