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 643e253 commit bf159b1Copy full SHA for bf159b1
src/extend.cpp
@@ -2081,7 +2081,7 @@ namespace Sass {
2081
error("\"" + str_sel + "\" failed to @extend \"" + str_ext + "\".\n"
2082
"The selector \"" + str_ext + "\" was not found.\n"
2083
"Use \"@extend " + str_ext + " !optional\" if the"
2084
- " extend should be able to fail.", ext->pstate());
+ " extend should be able to fail.", (ext ? ext->pstate() : NULL));
2085
}
2086
2087
0 commit comments