Skip to content

Commit

Permalink
use current svelte-add syntax to install tailwind (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
iain3000 authored Aug 12, 2024
1 parent fadd7c2 commit af6e288
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ import ProcessStep from '@components/docs/ProcessStep.astro';
## Install Tailwind
Install Tailwind using [Svelte-Add](https://svelte-add.com/) to automate the process.
```console
npx @svelte-add/tailwindcss@latest --typography false
npm install
npx svelte-add@latest tailwindcss --tailwindcss-typography false
```
> NOTE: if you see "something went wrong", everything will work as expected. Please proceed to the next step.
</ProcessStep>
Expand Down

0 comments on commit af6e288

Please sign in to comment.