You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used as a nested addon, and sassOptions are passed through the config() addon hook, this deprecation warning is still shown, even though it seems like the correct way of doing it, no?
The text was updated successfully, but these errors were encountered:
Wanted to bring this back up; I'm using this in a nested addon as well, and there's no way around it. I can ignore the warning for now, but I'd like for it to be considered "officially ok" behavior :)
@deanpapastrat I agree. I am the author of ember-cli-mdc. One of the reasons I wrote my own sass wrapper for ember-cli-mdc several years ago was because of this very issue. I have decided to migrate back to ember-cli-sass, and this behavior still exists. It would be great if this warning could be removed when using ember-cli-sass from within an add-on.
When used as a nested addon, and
sassOptions
are passed through theconfig()
addon hook, this deprecation warning is still shown, even though it seems like the correct way of doing it, no?The text was updated successfully, but these errors were encountered: