Skip to content

Commit

Permalink
fix: update docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 12, 2023
1 parent 1cfc741 commit 3092809
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/routes/docs/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Thank you for considering my open-source package. If you use it in a commercial
pnpm i -D flowbite-svelte-icons
```

To make sure the classes used by flowbite-svelte-icons are included by the Tailwindcss, add the following to tailwind.config.cjs.


```js
const config = {
content: [
// more lines
"./node_modules/flowbite-svelte-icons/**/*.{html,js,svelte,ts}",
],
// more lines
}
```

## Usages

In a svelte file:
Expand Down

0 comments on commit 3092809

Please sign in to comment.