Skip to content

mergeLonghand removes things it shouldn't remove #554

@hudochenkov

Description

@hudochenkov

mergeLonghand removes CSS in cssnano@4.0.2.

Input:

.b {
    border-top-color: rgba(85, 85, 85, 0.95);
    border-bottom: none;
}

Output:

.b {
  border-bottom: none;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions