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

@import "path" commented out? #5

Closed neverfox closed 10 years ago

neverfox commented 10 years ago

Why is @import "path" commented out in font-awesome.styl? Without it, the font-face is not compiled into the css.

justinlocsei commented 10 years ago

I suspect that this was due to the Stylus parsing error that would occur when you try to import that file. I just opened a pull request (#6) that should fix this.

raulghm commented 10 years ago

fixed in the last commit :+1: