Skip to content

Commit cfa97f0

Browse files
committed
Order contributor list by frecency (approximately)
1 parent 4289c4c commit cfa97f0

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
@@ -611,10 +611,10 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
611611

612612
## Contributors/Thanks to
613613

614+
* [Lullabot](https://github.com/Lullabot) for a patch that allows to know the line number for each parsed token.
614615
* [ju1ius](https://github.com/ju1ius) for the specificity parsing code and the ability to expand/compact shorthand properties.
615-
* [GaryJones](https://github.com/GaryJones) for lots of input and [http://css-specificity.info/](http://css-specificity.info/).
616616
* [ossinkine](https://github.com/ossinkine) for a 150 time performance boost.
617-
* [Lullabot](https://github.com/Lullabot) for a patch that allows to know the line number for each parsed token.
617+
* [GaryJones](https://github.com/GaryJones) for lots of input and [http://css-specificity.info/](http://css-specificity.info/).
618618
* [docteurklein](https://github.com/docteurklein) for output formatting and `CSSList->remove()` inspiration.
619619
* [nicolopignatelli](https://github.com/nicolopignatelli) for PSR-0 compatibility.
620620
* [diegoembarcadero](https://github.com/diegoembarcadero) for keyframe at-rule parsing.

0 commit comments

Comments
 (0)