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 34aff58 + e5bef9f commit 5673ff4Copy full SHA for 5673ff4
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