tomkr4l / font_awesome5_rails

font_awesome_5_rails is font awesome 5 gem bundled for rails asset pipeline
https://fontawesome.com/
MIT License
158 stars 25 forks source link

svg-with-js.min.css not included #27

Closed overdrivemachines closed 6 years ago

overdrivemachines commented 6 years ago

I am using option 1 for installation "Install as SVG with JS". I have included @import 'font_awesome5'; in my application.scss but it does not import all the styles that are in svg-with-js.min.css. How can I import those styles as well?

tomkr4l commented 6 years ago

Hi @overdrivemachines , when you try to include it like this /* *= require font_awesome5 */ is it work? Secondary you can try @import 'font_awesome5.css' in your application.scss.

Please let me know If any of these workarounds work. Thank you.