generator-angular-fullstack
generator-angular-fullstack copied to clipboard
Path to font-awesome-stylus in app.styl is not correct + offer
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
|---|---|
| generator-angular-fullstack | 4.2.0 |
| Item | Answer |
|---|---|
| CSS | CSS / LESS / SCSS / Stylus |
Replace it - @import '~font-awesome-stylus/stylus/index' To - @import '~font-awesome-stylus/index'
Offer: Stylus knows how to include the CSS code, so the font-awesome-stylus is unnecessary. Just use original fontawesome packge, and his css file.
I made a bug report here: https://github.com/raulghm/Font-Awesome-Stylus/issues/35
We included it as a nice-to-have, since the stylus copy of FA also includes stylus mixins. We don't actually use any of the mixins in the generated code AFAIK, so we could easily just use the regular FA library.