Getting broccoli-ruby-sass to work with ember-cli

Thanks for the reply od1n. I used the way you suggested before this but I could understand how i could import ruby gems/libraries. N only call them libraries/gems for lack of a better word but I can give you an example. If you look at this page http://susydocs.oddbird.net/en/latest/install/#simple-install its the website for a grid system called susy. One of the ways to install it is to install the gem with gem install and then include it in the config.rb file. then in any scss file you can import susy and it will just work. This is what I am trying to accomplish. I am open to using broccoli-sass or broccoli-ruby-sass or ember-cli-sass it doesn’t matter to me I just need to get this working.

Thanks agian, Mooror