Skip to content

Instantly share code, notes, and snippets.

View richardlampitt's full-sized avatar

richardlampitt

View GitHub Profile
@richardlampitt
richardlampitt / fontawesome-overrides.less
Last active December 28, 2020 10:10 — forked from blowsie/glyphicon_font-awesome_convert.scss
Map glyphicon icons to font-awesome
.glyphicon {
font-family: "fontawesome";
&.glyphicon-chevron-up {
.fa-chevron-up();
}
&.glyphicon-chevron-right {
.fa-chevron-right();
}
&.glyphicon-chevron-left {