Skip to content

Commit 6322db9

Browse files
committed
Update readme to reflect recent changes
1 parent c00f54d commit 6322db9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ To output the entire CSS document into a variable, just use `->__toString()`:
165165
}
166166
}
167167
[1]=>
168-
object(Sabberworm\CSS\RuleSet\AtRule)#7 (2) {
169-
["sType":"Sabberworm\CSS\RuleSet\AtRule":private]=>
168+
object(Sabberworm\CSS\RuleSet\AtRuleSet)#7 (2) {
169+
["sType":"Sabberworm\CSS\RuleSet\AtRuleSet":private]=>
170170
string(9) "font-face"
171171
["aRules":"Sabberworm\CSS\RuleSet\RuleSet":private]=>
172172
array(2) {
@@ -476,7 +476,6 @@ To output the entire CSS document into a variable, just use `->__toString()`:
476476
* More convenience methods [like `selectorsWithElement($sId/Class/TagName)`, `removeSelector($oSelector)`, `attributesOfType($sType)`, `removeAttributesOfType($sType)`]
477477
* Options for output (compact, verbose, etc.)
478478
* Named color support (using `Color` instead of an anonymous string literal)
479-
* Support for @-rules that are CSSLists (other than @media and @keyframes).
480479

481480
## Contributors/Thanks to
482481

0 commit comments

Comments
 (0)