Skip to content

Commit

Permalink
Merge pull request #142 from jamesgeorge007/update-docs
Browse files Browse the repository at this point in the history
fix(docs): update incorrect result
  • Loading branch information
jacobp100 committed May 1, 2020
2 parents 654883a + ff892f6 commit 635ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ transform: translate(10px, 5px) scale(5);
fontVariant: ['small-caps'],
// Fixes backwards transform order
transform: [
{ translateY: 10 },
{ translateY: 5 },
{ translateX: 10 },
{ scale: 5 },
]
Expand Down

0 comments on commit 635ec51

Please sign in to comment.