I am suddenly getting this error in development and in production on deployment.
custom.css.scss
@import \"bootstrap-sprockets\"; @import \"bootstrap
put this in gem file
gem 'bootstrap-sass', '~> 3.3.5' gem 'sass-rails', '>= 3.2'
then run $ bundle install
$ bundle install
Restart the server.