Open julitrows opened 8 years ago
We end up using it always, so gem "font-awesome-rails" and then @import 'font-awesome'; on the application.scss file should do the trick.
gem "font-awesome-rails"
@import 'font-awesome';
👍
We end up using it always, so
gem "font-awesome-rails"
and then@import 'font-awesome';
on the application.scss file should do the trick.