Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Multi-line selectors not working #3

@dougahall

Description

@dougahall

Rule blocks with multiple selectors on more than one line do not produce the correct results.
For example, with v1 file of

h1,
h2 {
    background: blue;
}

And a a v2 file of

h1,
h2 {
    background: white;
}

The result is

h2 {
    background: blue
}

Notice that only the last selector (h2) is in the output.

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