Skip to content

CSS cascade merge not work. #123

@zh-impact

Description

@zh-impact

If the style input like that:

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 24px;
}

The margin set will lost because it replaced by the new rule, the result like that:

Image The margin of h1 appears again.

Expected: the css rule should cascade merged correct.

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