Skip to content

Instantly share code, notes, and snippets.

View sfakir's full-sized avatar

Simon Fakir sfakir

View GitHub Profile
@sfakir
sfakir / glyphicon_font-awesome_convert.scss
Created October 13, 2016 09:22 — forked from blowsie/glyphicon_font-awesome_convert.scss
Map glyphicon icons to font-awesome
$fa-font-path: "~font-awesome/fonts/";
@import '~font-awesome/scss/font-awesome';
.glyphicon {
@extend .fa;
&.glyphicon-chevron-up {
@extend .fa-chevron-up;
}
&.glyphicon-chevron-right {
@extend .fa-chevron-right;