ember-cli-sass: includePaths not working

I have tried setting the sassOptions as follows in my app.js but importing from bower_components doesn’t seem to work:

  sassOptions: {
    includePaths: ['vendor', 'bower_components']
  }

Explicitly importing as follows does work: @import 'bower_components/normalize-scss/normalize';

Any ideas?

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 16

Most upvoted comments

You want to use @import ‘normalize-scss/normalize’;​ ​