Skip to content

层叠规则的处理 #26

Description

@yisibl

input

.foo {
  background-color: #999;
  background: url(../img/demo.png) 0 0 no-repeat;
}

output

后面覆盖了前面的 background-color ,变成了transparent

.foo {
  background: url(../img/demo.png) 0 0 no-repeat;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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