How do I use a sass file of variables such as $body-bg: #00FF00;
to override bootstrap’s default look?
In my Gemfile
is gem 'bootstrap-sass', require: false
. In my source/stylesheets/all.css.scss
is
// all.css.scss
//= require "bootstrap.scss
and the site displays with bootstrap’s default look. All the information I’ve found is specific to Rails.