I have installed React Bootstrap and Tailwind CSS together for my React app. I'm getting some conflict using both of them. So I want to uninstall Tailwind CSS.
npm uninstall tailwindcss
also (uninstall tailwind dev dependencies, if no other package needs them)
npm uninstall autoprefixer
npm uninstall postcss
For yarn users, use:
yarn remove PACKAGE_NAME
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