You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following relative @import causes the process to hang iif a load path of . is given
// /tmp/index.scss@import"../does-not-exist";
If the load path is omitted, an absolute path or something like subdir/.. the file executes and returns the expected error.
Error: File to import not found or unreadable: does-not-exist
Parent style sheet: /tmp/index.scss
on line 1 of index.scss
>> @import "../does-not-exist";
The text was updated successfully, but these errors were encountered:
The following relative
@import
causes the process to hang iif a load path of.
is givenIf the load path is omitted, an absolute path or something like
subdir/..
the file executes and returns the expected error.The text was updated successfully, but these errors were encountered: