mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 17:49:38 +01:00
Don't add extra newlines after loud comments.
This commit is contained in:
parent
12ec31566f
commit
d18ac3c6b4
@ -104,7 +104,7 @@ class _SerializeCssVisitor
|
||||
var minimumIndentation = _minimumIndentation(node.text);
|
||||
if (minimumIndentation == null) {
|
||||
_writeIndentation();
|
||||
_buffer.writeln(node.text);
|
||||
_buffer.write(node.text);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user