webark/ember-component-css

SASS errors with Ember/Ember-CLI 3.4

Closed this issue · 2 comments

I'm unsure of where the issue lies, but seeing this when I try to use 3.4 betas.

  - errorType: Sass Syntax Error
  - location:
    - column: 1
    - file: /Users/rwwagner/shipshape/shipshape.io/tmp/sass_compiler-input_base_path-xj0rSZNA.tmp/website/styles/app.scss
    - line: 8
    - treeDir: [undefined]
  - message: Build Canceled: Broccoli Builder ran into an error with `SassCompiler` plugin. 💥
Error: File to import not found or unreadable: pod-styles.
        on line 8 of tmp/sass_compiler-input_base_path-xj0rSZNA.tmp/website/styles/app.scss
>> @import 'pod-styles';

ya.. ember-cli/ember-cli#7894 fixed it for me. It's not in the beta for some reason, but it's in master.

Ah okay, cool. Will try running master version of ember-cli, thanks!