reywood:font-awesome-sass

v4.2.2Published 9 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

Font Awesome stylesheets in SCSS format packaged for Meteor

To install

$ 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 '.meteor/local/build/programs/server/assets/packages/reywood_font-awesome-sass/font-awesome';

Due to a current limitation of the Meteor packaging system, the above path may not exist the first time you run your Meteor app after installing this package. This will cause an error saying the file to import was not found. This may also occur if you run meteor reset. Restarting your app should fix this problem. See meteor/meteor#2606 and meteor/meteor#2796 for more info.


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