-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Need resourcePath in custom importer #234
Comments
That looks like a good idea! Can you create a PR + a small test-case for it? Just mention me in my PR and I will merge it asap. |
I can't be sure, but I think this breaks |
EDIT: too late https://github.com/jtangelder/sass-loader/pull/277/files#diff-168726dbe96b3ce427e7fedce31bb0bcR412 |
Because
stdin
is the value ofprev
infunction (url, prev, done)
my custom importer can't load files relative to the SCSS file@import
ing another SCSS file.Could the importers be wrapped something like this?
The text was updated successfully, but these errors were encountered: