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
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NSabberworm
 NCSS
 NComment
 CComment
 CCommentable
 NCSSList
 CAtRuleBlockListA BlockList constructed by an unknown -rule
 CCSSBlockListA CSSBlockList is a CSSList whose DeclarationBlocks are guaranteed to contain valid declaration blocks or at-rules
 CCSSListA CSSList is the most generic container available
 CDocumentThe root CSSList of a parsed file
 CKeyFrame
 NParsing
 COutputExceptionThrown if the CSS parsers attempts to print something invalid
 CSourceException
 CUnexpectedTokenExceptionThrown if the CSS parsers encounters a token it did not expect
 NProperty
 CAtRule
 CCharsetClass representing an rule
 CCSSNamespace
 CImportClass representing an rule
 CSelectorClass representing a single CSS selector
 NRule
 CRuleRuleSets contains Rule objects which always have a key and a value
 NRuleSet
 CAtRuleSetA RuleSet constructed by an unknown -rule
 CDeclarationBlockDeclaration blocks are the parts of a css file which denote the rules belonging to a selector
 CRuleSetRuleSet is a generic superclass denoting rules
 NValue
 CColor
 CCSSFunction
 CCSSString
 CPrimitiveValue
 CRuleValueList
 CSize
 CURL
 CValue
 CValueList
 COutputFormat
 COutputFormatter
 CParserParser class parses CSS from text into a data structure
 CRenderable
 CSettingsParser settings class