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 bf159b1 commit 482b16aCopy full SHA for 482b16a
src/parser.cpp
@@ -1272,7 +1272,6 @@ namespace Sass {
1272
bool right_ws = peek < css_comments >() != NULL;
1273
operators.push_back({ op, left_ws, right_ws });
1274
operands.push_back(parse_expression());
1275
- left_ws = peek < css_comments >() != NULL;
1276
}
1277
// we are called recursively for list, so we first
1278
// fold inner binary expression which has delayed
0 commit comments