Issue
I have installed react-bootstrap and tailwind together for my react app. I'm getting some conflict using both of them. So I want to uninstall tailwind.
Solution
When you use npm:
npm uninstall tailwindcss
When you use yarn:
yarn remove tailwindcss
Answered By - Igor Gonak
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.