Skip to content

Commit 635ec51

Browse files
authored
Merge pull request #142 from jamesgeorge007/update-docs
fix(docs): update incorrect result
2 parents 654883a + ff892f6 commit 635ec51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ transform: translate(10px, 5px) scale(5);
3434
fontVariant: ['small-caps'],
3535
// Fixes backwards transform order
3636
transform: [
37-
{ translateY: 10 },
37+
{ translateY: 5 },
3838
{ translateX: 10 },
3939
{ scale: 5 },
4040
]

0 commit comments

Comments
 (0)