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 66631c0 commit 558b54bCopy full SHA for 558b54b
eval.cpp
@@ -876,6 +876,7 @@ namespace Sass {
876
Expression* value = static_cast<Expression*>((*env)[name]);
877
return evacuate_quotes(interpolation(value));
878
} else if (Binary_Expression* var = dynamic_cast<Binary_Expression*>(s)) {
879
+ var->is_delayed(false);
880
Expression* ex = var->perform(this);
881
return evacuate_quotes(interpolation(ex));
882
} else if (Function_Call* var = dynamic_cast<Function_Call*>(s)) {
0 commit comments