Include Susy in Ember application

Hi,

Have you tried to include Susy in your Ember application? I have tried it with different approaches but they don’t work.

  1. Install susy as npm module using npm install susy.
  2. Install susy with the ember-cli.
  3. Install susy and use eyeglass.

The build finishes ok but there is a problem with the import. I’m trying the options below:

  • ```@import ‘node_modules/susy/sass/susy.scss’`
  • ```@import ‘…/…/node_modules/susy/sass/susy.scss’`
  • ```@import ‘susy’` (with eyeglass)

Have you run into the same issue before?

Thanks in advance

Did you try https://github.com/davewasmer/ember-cli-susy ?