Found it in one of our css files.
The error/fix is simple.
The message is gibberish.
It indicates your css braces are not balanced.
We had it on this
``body {
/* for pages of css here */
.xxx {
}
``
Adding a brace and balancing everything made it go away.