We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ae185 commit 54c968cCopy full SHA for 54c968c
README.md
@@ -783,13 +783,13 @@ classDiagram
783
Exception <|-- SourceException: inheritance
784
Positionable <|.. SourceException: realization
785
URL ..> CSSString: dependency
786
-
+ PrimitiveValue <|-- URL: inheritance
787
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
788
SourceException <|-- UnexpectedTokenException: inheritance
789
- PrimitiveValue <|-- URL: inheritance
790
- Value <|-- ValueList: inheritance
791
CSSElement <|.. Value: realization
792
Positionable <|.. Value: realization
+
+ Value <|-- ValueList: inheritance
793
CSSList ..> CSSList: dependency
794
CSSList ..> Comment: dependency
795
CSSList ..> RuleSet: dependency
0 commit comments