PHP CSS Parser v5.2.0 Release Notes

Release Date: 2014-06-30 // over 11 years ago
    • ๐Ÿ‘Œ Support removing a selector from a declaration block using $oBlock->removeSelector($mSelector)
    • ๐Ÿ“œ Introduce a specialized exception (Sabberworm\CSS\Parsing\OuputException) for exceptions during output rendering

    • ๐Ÿ—„ No deprecations

    Backwards-incompatible changes
    • Outputting a declaration block that has no selectors throws an OuputException instead of outputting an invalid {โ€ฆ} into the CSS document.