Last Updated: February 25, 2016
·
1.196K
· ruurd

disappearing glyphs in bootstrap

Did your glyphs disappear all of a sudden? Possible. If you upgraded to the latest and greatest you need to remove the two stanzas following the comment to set the correct sprite paths. So...

-// Set the correct sprite paths
-@iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png');
-@iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png');

... diff-wise ;-0