Skip to content

Commit

Permalink
fix: update incorrect result
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed May 1, 2020
1 parent 654883a commit ff892f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 ff892f6

Please sign in to comment.