Skip to content

Broken indentation in rulesets with multiple selectors #70

@anton-rudeshko

Description

@anton-rudeshko
    .first,
    .third,
    .second
    {
        width: 10px;
    }

results in

.first,
    .third,
    .second
{
    width: 10px;
}

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions