Based on the strings we're showing for this... ``` "UNFINISHED_CSS_VALUE": "Value [[cssValue.value]] still needs finalizing with ;", ``` ...I'd imagine that we are trying to catch the following case, where the ``;`` is missing after the rule. ``` p { color: pink } ``` But, it definitely seems like we are not...  cc @Pomax
Based on the strings we're showing for this...
...I'd imagine that we are trying to catch the following case, where the
;is missing after the rule.But, it definitely seems like we are not...
cc @Pomax