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 13adf2c commit 3f536a9Copy full SHA for 3f536a9
expand.cpp
@@ -54,8 +54,8 @@ namespace Sass {
54
}
55
56
Contextualize_Eval* contextual = contextualize_eval->with(selector_stack.back(), env, backtrace);
57
- if (old_in_at_root && !r->selector()->has_reference())
58
- contextual = contextualize_eval->with(at_root_selector_stack.back(), env, backtrace);
+ // if (old_in_at_root && !r->selector()->has_reference())
+ // contextual = contextualize_eval->with(selector_stack.back(), env, backtrace);
59
60
Selector* sel_ctx = r->selector()->perform(contextual);
61
if (sel_ctx == 0) throw "Cannot expand null selector";
0 commit comments