Stylus Port for Font Awesome
Import index.styl in your project and configure fonts path correctly ($fa-font-path)
// Set font path
$fa-font-path = "../fonts"
// OR
$fa-font-path = "http://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"
// Import component
@import "../bower_components/Font-Awesome-Stylus/stylus/index"
// Include icon using mixin
.my-icon
fa(user)
bower install font-awesome-stylus
npm install font-awesome-stylus