Bootstrap is interfering with my css( reflexbox and rebass ). I tried a pretty naive method of grepping for bootstrap and commenting any imports, but it broke my vendor-bundle.js Any suggestions on how to completely remove bootstrap?
I dug around some more and noticed that bootstrap (especially react-bootstrap) is tightly coupled with the starter kit, so I decided not to remove bootstrap for now.
Bootstrap is interfering with my css( reflexbox and rebass ). I tried a pretty naive method of grepping for bootstrap and commenting any imports, but it broke my
vendor-bundle.js
Any suggestions on how to completely remove bootstrap?