meteor-font-awesome-sass
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.