You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ If you want to manipulate a `RuleSet`, use the methods `addRule(Rule $oRule)`, `
88
88
89
89
*`Size` – consists of a numeric `size` value and a unit.
90
90
*`Color` – colors can be input in the form #rrggbb, #rgb or schema(val1, val2, …) but are always stored as an array of ('s' => val1, 'c' => val2, 'h' => val3, …) and output in the second form.
91
-
*`String` – this is just a wrapper for quoted strings to distinguish them from keywords; always output with double quotes.
91
+
*`CSSString` – this is just a wrapper for quoted strings to distinguish them from keywords; always output with double quotes.
92
92
*`URL` – URLs in CSS; always output in URL("") notation.
93
93
94
94
There is another abstract subclass of `Value`, `ValueList`. A `ValueList` represents a lists of `Value`s, separated by some separation character (mostly `,`, whitespace, or `/`). There are two types of `ValueList`s:
@@ -193,8 +193,8 @@ To see what you can do with output formatting, look at the tests in `tests/Sabbe
0 commit comments