bokmann / font-awesome-rails

the font-awesome font bundled as an asset for the rails asset pipeline
http://fortawesome.github.com/Font-Awesome/
MIT License
1.86k stars 244 forks source link

READ ME file #196

Closed DenisLP closed 6 years ago

DenisLP commented 6 years ago

Hi, its my first contribution on this project.

While I was creating my rails app, when I try to add the font-awesome on my application.scss, the code on read me was: @import "font-awesome"; And I got a error. But when I change to: @import "font-awesome.css"; Worked fine.

I am not sure if I am doing something wrong adding this library on my project, or was a typo.

Thank you.

rmm5t commented 6 years ago

Hi @DenisLP, Sorry, I cannot reproduce. Spinning up a new rails application and depending on font-awesome-rails as defined in the README works as expected (assuming sass-rails is also installed).

Btw, please take any further questions like this to a site like StackOverflow. GitHub Issues are best reserved for discussing feature requests and bug reports.