Skip to content

Instantly share code, notes, and snippets.

@FFKL
Created December 22, 2019 22:45
Show Gist options
  • Save FFKL/eb0a2269a6145b5152e231817c530cad to your computer and use it in GitHub Desktop.
Save FFKL/eb0a2269a6145b5152e231817c530cad to your computer and use it in GitHub Desktop.
FontAwesome icon mixin
@mixin font-awesome-icon($unicode, $font-size: 1rem, $line-height: 1) {
font-family: FontAwesome;
font-size: $font-size;
line-height: $line-height;
content: unquote("\"\\#{$unicode}\"");
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment