Skip to content

Missing newline for "Group" #97

@knilink

Description

@knilink

intput:

.foo
  height:1px
  .bar
    height:2px

expected:

.foo {
  height: 1px;
  .bar {
    height: 2px;
  }
}

actual:

.foo {
  height: 1px;.bar {
    height: 2px;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions