You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dostapn see this issue which provides a workaround. In my case I got the scss files and imported them in my application.scss file following the font awesome instructions. It is a way to use rails admin and fa 5 (and font-awesome-sass gem) at the same time
rails_admin should probably switch to font-awesome-sass given that font-awesome-rails has not progressed
my app use gem font-awesome-sass 5.0.x
rails_admin use font-awesome-rails 4.7.x
after add rails_admin gem application.css imports font-awesome.css from font-awesome-rails 4.7.x
and all style was broken
wtf?
The text was updated successfully, but these errors were encountered: