use flowbite css import without tailwind core css #214
Replies: 3 comments 1 reply
-
Hello @KinG-InFeT, Theoretically, Flowbite should work independently from which version you have of Tailwind CSS installed. It's true that our own docs use an earlier version of TW which we will shortly update, but that shouldn't affect your project when pulling Flowbite. |
Beta Was this translation helpful? Give feedback.
-
Hey @KinG-InFeT, I went ahead and updated Tailwind CSS to the latest version for the next update. Can you please show some of the breaking things here? Thanks! |
Beta Was this translation helpful? Give feedback.
-
@zoltanszogyenyi yes, (i know flowbite css should not be included after standard tailwind, but it shouldn't affect the base tailwind anyway. the best solution is to separate tailwind core from flowbite's css file in order to have maximum freedom of inclusion.) |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
i can't install basic tailwindcss + possibly the necessary classes for flowbite. in addition to this the library integrated in flowbite is one of an obsolete version of tailwindcss (Arrived at 3.1.5) for which it can be updated via npm.
It should be possible to integrate the flowbite custom css without the tailwindcss lib css present, so as to have full control of the css import.
Beta Was this translation helpful? Give feedback.
All reactions