Skip to content

better error tolerance of wrong css rule #209

@hardfist

Description

@hardfist

I seems parcel-css will throw all the rule following unsupport rule

h1(>h1) {
  color: red;
}

div {
  color: blue;
}

image

the correct rule

div {
 color: blue
}

should be preserved but is discarded by parcel-css

and maybe the wrong rule should be preserved even it's recognized by compiler( which may be recognized by future browser for new css feature)

h1(>h1){
  color: red;
}

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