Skip to content

Commit 5e21e46

Browse files
committed
Fixup sass parsing
1 parent 475978d commit 5e21e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser_sass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Sass {
3737
if (scanner.peekChar(next)) {
3838
return isNewline(next);
3939
}
40-
return false;
40+
return true;
4141
}
4242

4343
bool SassParser::lookingAtChildren()

0 commit comments

Comments
 (0)