How do I use ruby imports in ember-cli-scss?

Hey everyone, I have some ruby imports like breakpoint sass (http://breakpoint-sass.com/), susy (http://susy.oddbird.net/), and some others that I need to be able to import into my scss. I used to do this with compass by adding the ruby package to the config.rb and then using @import in my scss. (E.G. for susy I would us @import ‘susy’:wink: Does ember-cli-scss support this feature? If so how can I achieve it?