thysultan / stylis

light – weight css preprocessor
https://stylis.js.org
MIT License
1.71k stars 82 forks source link

Comments in pseudo-selector arguments are parsed as part of the value #310

Open Andarist opened 1 year ago

Andarist commented 1 year ago
tr:not(:first-child/* comm */) {
  border-top-width: 1px;
}

Actual: this comment becomes part of the element.value Expected: it shouldn't be part of the element.value and it should create a comment node