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.
2 parents db4dfb3 + 69d8710 commit 5b4122dCopy full SHA for 5b4122d
src/parser.cpp
@@ -2161,7 +2161,7 @@ namespace Sass {
2161
Lookahead Parser::lookahead_for_selector(const char* start)
2162
{
2163
// init result struct
2164
- Lookahead rv { 0 };
+ Lookahead rv = Lookahead();
2165
// get start position
2166
const char* p = start ? start : position;
2167
// match in one big "regex"
@@ -2278,7 +2278,7 @@ namespace Sass {
2278
Lookahead Parser::lookahead_for_value(const char* start)
2279
2280
2281
2282
2283
2284
0 commit comments