Skip to content

Commit 83ab809

Browse files
committed
Scope transitions only to transform
1 parent 7c4df85 commit 83ab809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/_components.buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.btn {
1111
@include font-weight(bold);
12-
@include vendor(transition, 0.2s);
12+
@include vendor(transition, transform 0.2s);
1313
position: relative;
1414
@include font-weight(bold);
1515
will-change: transform; /* [1] */

0 commit comments

Comments
 (0)