This repository was archived by the owner on May 5, 2024. It is now read-only.
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >💨 Add Tailwind CSS to Svelte</h1 >
2
2
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
+
3
6
This is an adder for ` svelte-add ` ; you should [ read its ` README ` ] ( https://github.com/svelte-add/svelte-add#readme ) before continuing here.
4
7
5
8
## ➕ Adding Tailwind CSS
@@ -22,6 +25,10 @@ This adder supports SvelteKit and Vite-powered Svelte apps (all the environments
22
25
23
26
- ` daisyui ` (default ` false ` ): whether or not to install and set up [ daisyUI] ( https://github.com/saadeghi/daisyui ) as a Tailwind plugin.
24
27
28
+ ``` sh
29
+ npx svelte-add@latest tailwindcss --tailwindcss-forms --tailwindcss-typography --tailwindcss-daisyui
30
+ ```
31
+
25
32
## 🛠 Using Tailwind CSS
26
33
27
34
After the adder runs,
You can’t perform that action at this time.
0 commit comments