-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons not generated properly #38
Comments
@Fabstilelook Hello, definitelly issue comes from conflict with If you want to use both gems simultaneously, you can try this: Hope this helps. |
@tomkra I'm also using the gem
but this still prints out:
instead of:
|
@Fabstilelook I've tried use both gems simultaneously and I had difficulties you've described. So I've added new Please update to last version of gem to Please try this solution and let me know, if it worked. |
@tomkra great thank you very much! it's working now with version |
If I type for example:
= fa_icon('youtube', type: :fab)
The result I get is:
<i type="fab" class="fa fa-youtube"></i>
While, reading from the documentation, the result should be:
<i class="fab fa-youtube"></i>
I also have gem 'font-awesome-rails', '~> 4.4.0' installed. So I wonder if the issue is some conflict with that gem.
The text was updated successfully, but these errors were encountered: