Skip to content

Commit 96242f8

Browse files
committed
one more sass warning fix
1 parent 245c164 commit 96242f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/_series.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ $-mui-queue: ();
4242

4343
// Start the animation
4444
.#{map-get($motion-ui-settings, activate-queue-class)} & {
45-
@include mui-animation($kf);
4645
animation-delay: $actual-delay;
4746
animation-duration: $duration;
47+
@include mui-animation($kf);
4848
}
4949

5050
// Pause the animation.

0 commit comments

Comments
 (0)