Document
NAME
CSS::Minifier::Document ā Document-tree data types for the CSS minifier
DESCRIPTION
Provides the AST node types used by the CSS minifier pipeline. All parsing, normalization, and writing operates on these types.
Types
Declarationā a single CSS property declaration with$.property,$.value(is rw), and$.important(is rw)Statementā role thatRuleSetandAtRuledoRuleSetā a selector block with@.selectorsand@.declarationsAtRuleā an at-rule with$.name,$.prelude,@.statements(nested), and@.declarations(for declaration-only at-rules like@font-face)Documentā the top-level node holding@.statements, and@.licenses
AUTHOR
Sasha Abbott <[email protected]>
COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under CC0.