Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add options example
Wasn't clear exactly how to add options flag, even in the svelte-add readme. Had to mess with a couple flag options before realizing is was 2 dashes. 😅
  • Loading branch information
robdrosenberg authored Jan 21, 2022
commit e4af30f1f2cbcf5b291be5e8828e6afd32cfa7ae
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ This adder supports SvelteKit and Vite-powered Svelte apps (all the environments

- `typography` (default `false`): whether or not to install and set up the [Tailwind CSS Typography plugin](https://github.com/tailwindlabs/tailwindcss-typography).

Options can be used like so:
```sh
npx svelte-add@latest tailwindcss --forms --typography
```

## 🛠 Using Tailwind CSS

After the adder runs,
Expand Down