raulghm / Font-Awesome-Stylus

Stylus port for font-awesome 4.7.0
https://github.com/raulghm/Font-Awesome-Stylus
GNU General Public License v2.0
78 stars 26 forks source link

Missing nib import #14

Closed fernandoagarcia closed 9 years ago

fernandoagarcia commented 9 years ago

When I try to run gulp serve I get an error. Looks likes there is a reference to nib however there is no nib.styl or directory in the vendor package. I can comment it out and it works.

{ [Error: ~/myproject/node_modules/font-awesome-stylus/stylus/font-awesome.styl:6:9

6| @import "nib"

failed to locate @import file nib.styl

raulghm commented 9 years ago

@fsquaredmedia You need install NIB globally https://github.com/tj/nib

honi commented 9 years ago

Would it be possible to drop dependency for nib? Why is it there? Some people use other stuff, like kouto-swiss, which can replace nib.

As far as I can see, the few mixins that are used from nib would also work from kouto-swiss. So why not remove that import, since you are probably going to import the font awesome styl in your own file where you already have either nib or kouto-swiss.

kane-c commented 9 years ago

nib is no longer required as of v4.3.0.

bevacqua commented 9 years ago

@raulghm Can you please bump this package on npm? Still throwing issues on nib

PhilT commented 9 years ago

@bevacqua npm package updated. Cheers, Phil