Skip to content

Nested rule following declaration needs extra newline #33

@bartveneman

Description

@bartveneman

input

/* test */ a { font: 0/0; & b { color: red; } color: green;}

output

a {
        font: 0/0;
        & b {
                color: red;
        }

        color: green;
}

expected

a {
        font: 0/0;

        & b {
                color: red;
        }

        color: green;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions