-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot read properties of undefined (reading 'url') #120
Labels
bug
Something isn't working
Comments
nex3
added a commit
to sass/sass-spec
that referenced
this issue
Apr 6, 2022
nex3
added a commit
to sass/sass-spec
that referenced
this issue
Apr 6, 2022
nex3
added a commit
that referenced
this issue
Apr 6, 2022
nex3
added a commit
to sass/dart-sass
that referenced
this issue
Apr 6, 2022
nex3
added a commit
to sass/sass-spec
that referenced
this issue
Apr 6, 2022
nex3
added a commit
that referenced
this issue
Apr 6, 2022
nex3
added a commit
to sass/dart-sass
that referenced
this issue
Apr 6, 2022
Thanks @nex3 |
This was referenced Apr 28, 2022
This was referenced May 7, 2022
This was referenced May 17, 2022
This was referenced Jun 5, 2022
This was referenced Jun 14, 2022
This was referenced Jun 17, 2022
This was referenced Jun 21, 2022
This was referenced Jun 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above setup results in:
The order of the lines in screen.scss matter. The following succeeds:
And if you leave out the
importer
in the options passed torenderSync
, it also succeeds. The error is not generated by the importer itself: it never reaches theconsole.log
statement inside the importer.I believe the error is related to
expectingRelativeLoad
property inside theLegacyImporterWrapper
class. However, I was not able to solve the issue, otherwise I would have created a PR.The text was updated successfully, but these errors were encountered: