Replies: 1 comment
-
Hey @shinokada, Flowbite is a plugin for Tailwind CSS, so by using Flowbite you need to have a Tailwind CSS project. Indeed, Flowbite's CDN will work because Tailwind CSS would be loaded already, but that is not the recommended way of working with it because the CSS wouldn't be purged. (resulting in large CSS files) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought the Flowbite comes with Tailwind CSS.
But when I try to use
basis-1/4
, it doesn't work.I'm wondering if I need to load Tailwind CSS as well.
Beta Was this translation helpful? Give feedback.
All reactions