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

Issue with glob plugin when path ends with slash #3091

Open
mgreter opened this issue May 1, 2020 · 0 comments
Open

Issue with glob plugin when path ends with slash #3091

mgreter opened this issue May 1, 2020 · 0 comments

Comments

@mgreter
Copy link
Contributor

mgreter commented May 1, 2020

foo1.scss

asd {
  qwe: $PI;
}

foo2.scss

asd {
  qwe: foo2;
}

input.scss

@import "foo*.scss";

sassc test.scss -P "C:\Program Files\libsass\plugin"

asd {
  qwe: 3.1415926536; }

asd {
  qwe: foo2; }

sassc test.scss -P "C:\Program Files\libsass\plugin\"

Error: File to import not found or unreadable: foo*.scss.
        on line 1:1 of /test.scss
>> @import "foo*.scss";
   ^

Might should be addressed at https://github.com/mgreter/libsass-glob

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

No branches or pull requests

1 participant