diff --git a/src/inspect.cpp b/src/inspect.cpp index d2c7e1b75..6dd7f6a92 100644 --- a/src/inspect.cpp +++ b/src/inspect.cpp @@ -1056,6 +1056,9 @@ namespace Sass { { if (sel->hasPreLineFeed()) { append_optional_linefeed(); + if (output_style() == NESTED) { + append_indentation(); + } } const SelectorComponent* prev = nullptr; for (auto& item : sel->elements()) {