Garrick Cheung

Results 82 comments of Garrick Cheung

@rwjblue Here's the repo to reproduce the issue: https://github.com/GCheung55/ember-sass-test-repo. Side note, I had to install `node-sass` instead of using `sass` (Dart version) because some imports weren't working.

@rwjblue just following up on this in case you've missed it.

@rwjblue Ping - just following up on this since I'm going through an upgrading round again that will likely be blocked by this issue.

I'm seeing an error that seems to be related to this issue due to 18bce896d92b285566f3ea7cf1139c0d002d76eb. Basically, I have an in-repo-engine that depends on `ember-cli-foundation-6-sass`. Due to the logic in the...

I'm interested in using Foundation with Ember. While it's possible to use F4S, F4A definitely not. As @soumak77 mentioned earlier, it would be great if F4A was agnostic in such...

@domoritz Could you clarify? I'm not sure what you mean.

Looks like that is possible but I'm unsure if/how this would work for Canvas rendering. ```html ```

If the pattern is supported by `fill`, would that apply to legends as well?

@villander I just tried `css-blocks` with `ember-engines`. The way it works is that the CSS is included in the app.css file instead of the engine's. So in that sense, this...

I'm seeing an error with states and Glimmer component in an `ember-engine` that may be related. > Cannot select attributes other than states: :scope[is-on] Component block CSS ``` :scope {...