I am working in my recent project. I want to add bootstrap and tailwind-CSS as an experiment in my project.
I am also kind of new to Stack Overflow but there is an example in another thread. Here: Can use both Tailwind css and Bootstrap 4 at the same time?
TL;DR It is possible but it is not recommended.
How to solve conflicts between classes? The link aformentioned contains a solution that should work since it was the accepted answer.
// tailwind.config.js
module.exports = {
prefix: 'tw-',
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With