We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In lib/importer.js, in findImportedPath the mechanism tries to match unknown url against all given include paths.
findImportedPath
the mechanism doesn't seem to know what sass knows: that foo/bar/_foo.scss is the same as foo/bar/foo.scss
foo/bar/_foo.scss
foo/bar/foo.scss
IMO an attempt to recognise url as partial given without leading underscore should be made.
The text was updated successfully, but these errors were encountered:
@jrencz this was mentioned recently over here. There's a fix for this already that will be published today.
Sorry, something went wrong.
c1fce2b
I checked and it works for my case. Thanks for a blazing fast fix :)
No branches or pull requests
In lib/importer.js, in
findImportedPath
the mechanism tries to match unknown url against all given include paths.the mechanism doesn't seem to know what sass knows: that
foo/bar/_foo.scss
is the same asfoo/bar/foo.scss
IMO an attempt to recognise url as partial given without leading underscore should be made.
The text was updated successfully, but these errors were encountered: