MeteorPackaging / Font-Awesome

The iconic font and CSS toolkit
http://atmospherejs.com/fortawesome/fontawesome
27 stars 6 forks source link

How to transition to the npm package? #15

Open nickredmark opened 8 years ago

nickredmark commented 8 years ago

Has someone transitioned successfully to the npm package? What do you need to import and how?

GenZai commented 7 years ago

@nmaro I'm also wondering how to use npm instead of this package. Have you found a solution ?

nickredmark commented 7 years ago

@GenZai nope, this is one of the few meteor packages I still depend on. I'm slowly working to replace the full meteor stack (with graphql and next.js), but it's a long way - if you're interested I'm mainly working on the user accounts side with a library called ooth.

lmaddio commented 7 years ago

I did a install with meteor npm install font-awesome and then I imported the .scss files, but is not working, says it doesn't find the file. Is strange because is the same way I import bootstrap: @import "{}/node_modules/font-awesome/scss/font-awesome.scss"; @import "{}/node_modules/bootstrap/scss/bootstrap.scss";