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 34aff58 commit e5bef9fCopy full SHA for e5bef9f
output_nested.cpp
@@ -190,7 +190,7 @@ namespace Sass {
190
if (!stm->block()) indent();
191
}
192
stm->perform(this);
193
- append_to_buffer("\n");
+ if (!stm->is_hoistable()) append_to_buffer("\n");
194
195
--indentation;
196
@@ -266,7 +266,7 @@ namespace Sass {
266
267
268
269
270
271
272
0 commit comments