WYHNUS / ExchangeBuddy

Find your exchange buddies!
5 stars 0 forks source link

Cannot icon font awesome to get icon sets from them #39

Closed kaiyisg closed 7 years ago

kaiyisg commented 8 years ago

i tried following this: http://fontawesome.io/get-started/ referred to this: http://stackoverflow.com/questions/18570424/using-fontawesome-with-sass still does not work with our setup of scss

irvinlim commented 7 years ago

This can be done simply with npm i -S font-awesome to install the dependencies from npm, and then doing import 'font-awesome/css/font-awesome.css'; to load the CSS file using Webpack css-loader.

Closing first because we have no real need for FA right now, and adding them as dependency would only serve to bloat the webpack bundle.