Skip to content

Commit 3f536a9

Browse files
committed
Fix more issues with parent selector interpolation
Fixes #1043
1 parent 13adf2c commit 3f536a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

expand.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ namespace Sass {
5454
}
5555

5656
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);
57+
// if (old_in_at_root && !r->selector()->has_reference())
58+
// contextual = contextualize_eval->with(selector_stack.back(), env, backtrace);
5959

6060
Selector* sel_ctx = r->selector()->perform(contextual);
6161
if (sel_ctx == 0) throw "Cannot expand null selector";

0 commit comments

Comments
 (0)