We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a1bb commit e85b4cbCopy full SHA for e85b4cb
src/context.cpp
@@ -399,7 +399,7 @@ namespace Sass {
399
const Importer importer(imp_path, ctx_path);
400
Include include(load_import(importer, pstate));
401
if (include.abs_path.empty()) {
402
- error("File to import not found or unreadable: " + imp_path + "\nParent style sheet: " + ctx_path, pstate);
+ error("File to import not found or unreadable: " + imp_path + ".\nParent style sheet: " + ctx_path, pstate);
403
}
404
imp->incs().push_back(include);
405
0 commit comments