Your
bower_components
folder should be outside of your/app
folder. Otherwise you'll need to modify the paths below.
- Scaffold your Yeoman App
- Install Bourbon, Neat & Bitters
bower install bourbon
bower install neat
bower install bitters
- In your
app/stylesheets/main.scss
include the assets in this order
@import '../../bower_components/bourbon/dist/bourbon';