Closed neverfox closed 10 years ago
Why is @import "path" commented out in font-awesome.styl? Without it, the font-face is not compiled into the css.
@import "path"
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.
fixed in the last commit :+1:
Why is
@import "path"
commented out in font-awesome.styl? Without it, the font-face is not compiled into the css.