font-awesome-sass icon indicating copy to clipboard operation
font-awesome-sass copied to clipboard

Use font-awesome in scss file

Open gNesh01 opened this issue 9 years ago • 0 comments

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

gNesh01 avatar Nov 27 '15 13:11 gNesh01