Skip to content

Commit ec7d347

Browse files
committed
updated contributors
1 parent 797e8d6 commit ec7d347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ To output the entire CSS document into a variable, just use `->__toString()`:
379379
## Contributors/Thanks to
380380

381381
* [GaryJones](https://github.com/GaryJones) for lots of input and [http://css-specificity.info/](http://css-specificity.info/).
382-
* [https://github.com/ju1ius](https://github.com/ju1ius) for the specificity parsing code.
382+
* [ju1ius](https://github.com/ju1ius) for the specificity parsing code and the ability to expand/compact shorthand properties.
383383

384384
## License
385385

tests/files/ie.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
filter: alpha(opacity=100);
33
-moz-opacity: 1;
44
-khtml-opacity: 1;
5-
opacity: 1;
6-
}
5+
opacity: 1;
6+
}

0 commit comments

Comments
 (0)