-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS API tests for loading multiple nested paths with renderSync #1910
Conversation
d92ed37
to
477dd43
Compare
What parameters are actually passed to the importer in plain Dart Sass versus the embedded host? |
I'm not 100% sure if this is what you're referring to, but: dart-sass importer
embedded importer
I looked at the implementations, and dart-sass seems to just call the importer without trying to do much wrapping, but embedded-host-node has some fancier wrapping and I think that's where it goes "wrong" Like if I implement a "modern" importer using |
477dd43
to
f70b6ee
Compare
8c77be9
to
52a2b2b
Compare
28e63e9
to
81deeba
Compare
Co-authored-by: Natalie Weizenbaum <[email protected]>
Issue: sass/dart-sass#1962
[skip sass-embedded]
See: sass/embedded-host-node#226