generator-angular-fullstack icon indicating copy to clipboard operation
generator-angular-fullstack copied to clipboard

Path to font-awesome-stylus in app.styl is not correct + offer

Open verbart opened this issue 8 years ago • 2 comments

  • [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.

verbart avatar May 12 '17 23:05 verbart

I made a bug report here: https://github.com/raulghm/Font-Awesome-Stylus/issues/35

Awk34 avatar May 12 '17 23:05 Awk34

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.

Awk34 avatar May 12 '17 23:05 Awk34