reywood:font-awesome-sass

v4.5.0_1Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-font-awesome-sass

Build Status

Font Awesome stylesheets in SCSS format packaged for Meteor

To install

Install the fourseven:scss SCSS compiler package and the reywood:font-awesome-sass package.

$ meteor add fourseven:scss
$ meteor add reywood:font-awesome-sass

To use

To activate Font Awesome styles on your site, add the following line to the top of your main scss file:

@import '{reywood:font-awesome-sass}/font-awesome';

If you find a bug or would like to see an improvement made, please file an issue on GitHub.