CSSOM icon indicating copy to clipboard operation
CSSOM copied to clipboard

Error when parsing selector with escaped '

Open xemlock opened this issue 5 months ago • 0 comments

cssom fails to parse the following CSS, with message Unmatched ' (line 1, char 10):

.font-\[\'Open_Sans\'\] {
  font-family: "Open Sans";
}

Tested on 0.5.0 (and 0.4.4).

xemlock avatar Sep 16 '25 20:09 xemlock