@import "bootstrap-sprockets"; @import "bootstrap";
Then I get an error message: File to import not found or unreadable: bootstrap-sprockets.
If I remove the custom.css.scss file the error message goes away.
gem 'bootstrap-sass', '~> 3.3.6'
Thanks again,
Glenn Sutherland