CSSOM
CSSOM copied to clipboard
Error when parsing selector with escaped '
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).