mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +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);
|
var minimumIndentation = _minimumIndentation(node.text);
|
||||||
if (minimumIndentation == null) {
|
if (minimumIndentation == null) {
|
||||||
_writeIndentation();
|
_writeIndentation();
|
||||||
_buffer.writeln(node.text);
|
_buffer.write(node.text);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user