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
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
The text was updated successfully, but these errors were encountered:
/c/
No branches or pull requests
foo1.scss
foo2.scss
asd { qwe: foo2; }
input.scss
sassc test.scss -P "C:\Program Files\libsass\plugin"
sassc test.scss -P "C:\Program Files\libsass\plugin\"
Might should be addressed at https://github.com/mgreter/libsass-glob
The text was updated successfully, but these errors were encountered: