Skip to content

A bug with restructuring and shorthands #478

@stoyan

Description

@stoyan
.a {
    background: none;
    background-size: 1;
    b: c;
}

.b {
    background: some;
    background-size: 1;
    b: c;
}

becomes

.a,.b {
    background-size: 1;
    b: c
}

.a {
    background: 0 0
}

.b {
    background: some
}

The problem is background-size is wiped out by the shorthand background that comes after it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions