spree / spree_starter

@spree application starter template
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
363 stars 184 forks source link

Tips for removing bootstrap #84

Closed jshumakerpruitt closed 7 years ago

jshumakerpruitt commented 8 years ago

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?

jshumakerpruitt commented 7 years ago

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.