<===> empty_line/after_indented/input.sass
// Regression test for sass/dart-sass#1287
a
b
c: d
e
f: g
<===> empty_line/after_indented/output.css
a b {
c: d;
}
a e {
f: g;
}
<===> empty_line/after_indented/input.sass
// Regression test for sass/dart-sass#1287
a
b
c: d
e
f: g
<===> empty_line/after_indented/output.css
a b {
c: d;
}
a e {
f: g;
}