Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels