DEV Community

Discussion on: Add Bootstrap 4 to your Ruby on Rails 6 application

Collapse
 
arosenfeld2003 profile image
Alex Rosenfeld

The top of app/assets/stylesheets/application.css should look like this:

/*
  *= require bootstrap
  *= require_tree .
  *= require_self
*/