Skip to content

Commit ff892f6

Browse files
fix: update incorrect result
1 parent 654883a commit ff892f6

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)