Ember-cli sprites in sass

I’ve been trying to get sprites working with ember-cli and have made significant progress using ember-sprite but I can’t get access to the values in my SCSS files, even if i set the result to be an scss file. I see the files created in the tmp folder but I can’t @import them.

Any ideas?