Sabberworm/PHP-CSS-Parser
8.1.0
A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS
|
Returns all Selector objects found recursively in the tree.Note that this does not yield the full DeclarationBlock that the selector belongs to (and, currently, there is no way to get to that).
$sSpecificitySearch | An optional filter by specificity. May contain a comparison operator and a number or just a number (defaults to "=="). ('>= 100') |