Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ember-cli Node.js - Using Neat and Bourbon

I'm not sure the correct way to include 'Neat' in an ember-cli application.

I installed Bourbon using the ember-cli-bourbon addon, and then just @import "bourbon" in my scss file.

Any suggestions?

like image 800
Joel Avatar asked Jan 18 '26 03:01

Joel


1 Answers

You should be able to install neat via bower:

bower install neat --save

Then in your scss file, after you import bourbon:

@import 'bourbon';
@import 'bower_components/neat/app/assets/stylesheets/neat';
like image 61
Peter Brown Avatar answered Jan 19 '26 18:01

Peter Brown



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!