Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 64d7695

Browse files
authored
Update docs (#316)
1 parent 6115bce commit 64d7695

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<h1 align="center">💨 Add Tailwind CSS to Svelte</h1>
22

3+
[![GitHub issues by-label](https://img.shields.io/github/issues/svelte-add/svelte-add/confirmed%20bug?color=%23DC2626)](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22confirmed+bug%22)
4+
[![GitHub issues by-label](https://img.shields.io/github/issues/svelte-add/svelte-add/support%20question?color=%23FACC15)](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22support+question%22)
5+
36
This is an adder for `svelte-add`; you should [read its `README`](https://github.com/svelte-add/svelte-add#readme) before continuing here.
47

58
## ➕ Adding Tailwind CSS
@@ -22,6 +25,10 @@ This adder supports SvelteKit and Vite-powered Svelte apps (all the environments
2225

2326
- `daisyui` (default `false`): whether or not to install and set up [daisyUI](https://github.com/saadeghi/daisyui) as a Tailwind plugin.
2427

28+
```sh
29+
npx svelte-add@latest tailwindcss --tailwindcss-forms --tailwindcss-typography --tailwindcss-daisyui
30+
```
31+
2532
## 🛠 Using Tailwind CSS
2633

2734
After the adder runs,

0 commit comments

Comments
 (0)