Closed
1 of 1 issue completedDescription
… as far as possible with PHP 7.2.
- ├── Comment
- │ ├── Commentable.php
- │ └── Comment.php
- ├── CSSList
- │ ├── AtRuleBlockList.php
- │ ├── CSSBlockList.php
- │ ├── CSSList.php
- │ ├── Document.php
- │ └── KeyFrame.php
- ├── OutputFormat.php
- ├── OutputFormatter.php
- ├── Parser.php
- ├── Parsing
- │ ├── Anchor.php
- │ ├── OutputException.php
- │ ├── ParserState.php
- │ ├── SourceException.php
- │ ├── UnexpectedEOFException.php
- │ └── UnexpectedTokenException.php
- ├── Property
- │ ├── AtRule.php
- │ ├── Charset.php
- │ ├── CSSNamespace.php
- │ ├── Import.php
- │ ├── KeyframeSelector.php
- │ └── Selector.php
- ├── Renderable.php
- ├── Rule
- │ └── Rule.php
- ├── RuleSet
- │ ├── AtRuleSet.php
- │ ├── DeclarationBlock.php
- │ └── RuleSet.php
- ├── Settings.php
- └── Value
- ├── CalcFunction.php
- ├── CalcRuleValueList.php
- ├── Color.php
- ├── CSSFunction.php
- ├── CSSString.php
- ├── LineName.php
- ├── PrimitiveValue.php
- ├── RuleValueList.php
- ├── Size.php
- ├── URL.php
- ├── ValueList.php
- └── Value.php
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels