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 645ee0f commit 41ca027Copy full SHA for 41ca027
src/eval.cpp
@@ -1729,7 +1729,7 @@ namespace Sass {
1729
{
1730
// the parser will look for a brace to end the selector
1731
std::string result_str(s->contents()->perform(this)->to_string(ctx.c_options));
1732
- result_str = unquote(Util::rtrim(result_str)) + "{";
+ result_str = unquote(Util::rtrim(result_str)) + "\n{";
1733
Parser p = Parser::from_c_str(result_str.c_str(), ctx, s->pstate());
1734
return operator()(p.parse_selector_list(exp.block_stack.back()->is_root()));
1735
}
0 commit comments