I seems parcel-css will throw all the rule following unsupport rule
h1(>h1) {
color: red;
}
div {
color: blue;
}

the correct rule
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)