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
I am trying to get font-awesome to work with vue pack.
I have added the following to my client/router/index.js:
require("font-awesome/css/font-awesome.css");
Now everything compiles fine and if I use the .fa class all the styles are applied the issue is the icons they are rendering really funny, at first I thought it may be an HMR issue so I tried just a plain build but this didn't seem to make a difference, is there something I am missing?
The text was updated successfully, but these errors were encountered:
I am trying to get font-awesome to work with vue pack.
I have added the following to my
client/router/index.js
:Now everything compiles fine and if I use the
.fa
class all the styles are applied the issue is the icons they are rendering really funny, at first I thought it may be an HMR issue so I tried just a plain build but this didn't seem to make a difference, is there something I am missing?The text was updated successfully, but these errors were encountered: