I am suddenly getting this error in development and in production on deployment.
custom.css.scss
@import \"bootstrap-sprockets\"; @import \"bootstrap
I had same problem but i solved it, you just need to add your gem bootstrap-sass in development group like this:
gem bootstrap-sass
group :development do gem 'bootstrap-sass' end
i hope this will help