We've got the following in our strings.js file... ``` "INVALID_CSS_DECLARATION": "This CSS declaration never closes.", ``` I'm guessing it's an unclosed "block" of rules that is missing a ``}``? Neither ``HTMLParser.js`` not ``CSSParser.js`` ever throws it. Do you know what it's about / for @Pomax?
We've got the following in our strings.js file...
I'm guessing it's an unclosed "block" of rules that is missing a
}?Neither
HTMLParser.jsnotCSSParser.jsever throws it. Do you know what it's about / for @Pomax?