I am suddenly getting this error in development and in production on deployment.
custom.css.scss
@import \"bootstrap-sprockets\"; @import \"bootstrap
Make sure you don't have
gem 'bootstrap' # Remove this line gem 'bootstrap-sass'
It should just be
gem 'bootstrap-sass'