Closed jjagielka closed 1 year ago
Need to add to the installation procedure:
You must to your local tailwind.config.js :
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.
flowbite-svelte-icons
Thanks. I just updated it. https://flowbite-svelte-icons.vercel.app/docs
Need to add to the installation procedure:
You must to your local
tailwind.config.js
:To make sure the classes used by
flowbite-svelte-icons
are included by the Tailwindcss.