themesberg / flowbite-svelte-icons

Official library for the free and open-source collection of over 430+ SVG icons for Flowbite and Svelte
https://flowbite-svelte.com/icons/svelte-4
MIT License
66 stars 10 forks source link

Installation #5

Closed jjagielka closed 1 year ago

jjagielka commented 1 year ago

Need to add to the installation procedure:


You must to your local tailwind.config.js :

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

To make sure the classes used by flowbite-svelte-icons are included by the Tailwindcss.

shinokada commented 1 year ago

Thanks. I just updated it. https://flowbite-svelte-icons.vercel.app/docs