bug.css 245 B

12345678910111213
  1. @font-face {
  2. src: url(if(
  3. $bootstrap-sass-asset-helper,
  4. twbs-font-path('#{$icon-font-path}#{$icon-font-name}.eot'),
  5. '#{$icon-font-path}#{$icon-font-name}.eot'
  6. ));
  7. }
  8. // Catchall baseclass
  9. /* Catchall baseclass */
  10. .glyphicon {
  11. }