PHP-CSS-Parser
PHP-CSS-Parser copied to clipboard
`DeclarationBlock::parse()` should not consume more content upon error
If it fails to parse selectors, it currently consumes and discards up to the next }. That should be the job of the caller, CSSList.