If you are having issues with the Glyphicons showing up in your Rails project.
Add this line to the top of your file where you are importing Bootstrap. Make
sure it is above the import ‘bootstrap’ line.
$icon-font-path: 'bootstrap/';
@import 'bootstrap';
Additionally if you have the