@@ -781,28 +781,28 @@ classDiagram
781
781
%% end of the generated part
782
782
783
783
784
- Anchor -- > ParserState: parserState
785
- CSSList -- > CSSList: contents
786
- CSSList -- > Charset: contents
787
- CSSList -- > Comment: comments
788
- CSSList -- > Import: contents
789
- CSSList -- > RuleSet: contents
790
- CSSNamespace -- > Comment: comments
791
- Charset -- > Comment: comments
792
- Charset -- > CSSString: charset
793
- DeclarationBlock -- > Selector: selectors
794
- Import -- > Comment: comments
795
- OutputFormat -- > OutputFormat: nextLevelFormat
796
- OutputFormat -- > OutputFormatter: outputFormatter
797
- OutputFormatter -- > OutputFormat: outputFormat
798
- Parser -- > ParserState: parserState
799
- ParserState -- > Settings: parserSettings
800
- Rule -- > Comment: comments
801
- Rule -- > RuleValueList: value
802
- RuleSet -- > Comment: comments
803
- RuleSet -- > Rule: rules
804
- URL -- > CSSString: url
805
- ValueList -- > Value: components
784
+ Anchor .. > ParserState: parserState
785
+ CSSList .. > CSSList: contents
786
+ CSSList .. > Charset: contents
787
+ CSSList .. > Comment: comments
788
+ CSSList .. > Import: contents
789
+ CSSList .. > RuleSet: contents
790
+ CSSNamespace .. > Comment: comments
791
+ Charset .. > Comment: comments
792
+ Charset .. > CSSString: charset
793
+ DeclarationBlock .. > Selector: selectors
794
+ Import .. > Comment: comments
795
+ OutputFormat .. > OutputFormat: nextLevelFormat
796
+ OutputFormat .. > OutputFormatter: outputFormatter
797
+ OutputFormatter .. > OutputFormat: outputFormat
798
+ Parser .. > ParserState: parserState
799
+ ParserState .. > Settings: parserSettings
800
+ Rule .. > Comment: comments
801
+ Rule .. > RuleValueList: value
802
+ RuleSet .. > Comment: comments
803
+ RuleSet .. > Rule: rules
804
+ URL .. > CSSString: url
805
+ ValueList .. > Value: components
806
806
```
807
807
808
808
## API and deprecation policy
0 commit comments