font-awesome-sass
font-awesome-sass copied to clipboard
Use font-awesome in scss file
How can I use font-awesome in scss file? Is there any mixin already included?
I manage to do this best I can:
li { content: $fa-var-chevron-down; //font-awesome-variables @include fa-icon; //font-awesome-mixin }
All of this is already included as standard. Thanks