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.
- ๐ Support removing a selector from a declaration block using