Skip to content

Commit a0e60f7

Browse files
committed
Add readme info about @Keyframes and @namespace
1 parent c1e9df2 commit a0e60f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,10 @@ To output the entire CSS document into a variable, just use `->__toString()`:
362362

363363
* More convenience methods [like `selectorsWithElement($sId/Class/TagName)`, `removeSelector($oSelector)`, `attributesOfType($sType)`, `removeAttributesOfType($sType)`]
364364
* Options for output (compact, verbose, etc.)
365-
* Support for @namespace
366365
* Named color support (using `Color` instead of an anonymous string literal)
367366
* Test suite
368367
* Adopt lenient parsing rules
369-
* Support for @-rules (other than @media) that are CSSLists (to support @-webkit-keyframes)
368+
* Support for @-rules that are CSSLists (other than @media and @keyframes).
370369

371370
## Contributors/Thanks to
372371

@@ -375,6 +374,7 @@ To output the entire CSS document into a variable, just use `->__toString()`:
375374
* [docteurklein](https://github.com/docteurklein) for output formatting and `CSSList->remove()` inspiration.
376375
* [nicolopignatelli](https://github.com/nicolopignatelli) for PSR-0 compatibility.
377376
* [diegoembarcadero](https://github.com/diegoembarcadero) for keyframe at-rule parsing.
377+
* [goetas](https://github.com/goetas) for @namespace at-rule support.
378378

379379
## Misc
380380

0 commit comments

Comments
 (0)