Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

Include Susy in Ember application

$
0
0

@Fortiz2305 wrote:

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

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles