Skip to content

Commit

Permalink
chore: Remove unnecessary install run from installation (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Feb 17, 2025
1 parent 055ad31 commit 12885b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions sites/docs/src/content/installation/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Use the Svelte CLI to add Tailwind CSS to your project.

<PMExecute command="[email protected] add tailwindcss" />

### Install dependencies

<PMInstall />

### 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.
Expand Down
4 changes: 0 additions & 4 deletions sites/docs/src/content/installation/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Use the Svelte CLI to add Tailwind CSS to your project.

<PMExecute command="[email protected] add tailwindcss" />

### Install dependencies

<PMInstall />

### Edit tsconfig.json file

The current version of Vite splits TypeScript configuration into three files, two of which need to be edited.
Expand Down

0 comments on commit 12885b8

Please sign in to comment.