Skip to content

Commit 57cddb1

Browse files
committed
Fix one more
1 parent f1cfd65 commit 57cddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_selectors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace Sass {
121121
// ctx.strings.emplace_back(str);
122122
auto qwe = SASS_MEMORY_NEW(SourceFile,
123123
state.getPath(), text.c_str(), state.getSrcId());
124-
SelectorParser p2(ctx, qwe);
124+
SelectorParser p2(ctx, qwe, false);
125125
selectors.emplace_back(p2.parse());
126126
}
127127

0 commit comments

Comments
 (0)