Skip to content
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

sass-loader does not invoke custom importers #202

Open
Acionyx opened this issue Oct 28, 2019 · 0 comments
Open

sass-loader does not invoke custom importers #202

Acionyx opened this issue Oct 28, 2019 · 0 comments

Comments

@Acionyx
Copy link

Acionyx commented Oct 28, 2019

This happens because of wrong return value.
I have fixed it in my PR according to node-sass docs: https://github.com/sass/node-sass#importer--v200---experimental

importer can be an array of functions, which will be called by LibSass in the order of their occurrence in array. This helps user specify special importer for particular kind of path (filesystem, http). If an importer does not want to handle a particular path, it should return null

#201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant