Search code examples
ruby-on-railsruby-on-rails-6webpacker

Rails 6.1 uninstall bootstrap


All the guides I've found are pre-webpacker, how can I make sure to completely remove bootstrap from a rails/webpacker app.

sidenote: I followed this guide for installation.


Solution

  • you can use yarn remove <package> to remove the package and you have to remove the bootstrap code manually which you've added.