Skip to content

Commit b8c010e

Browse files
authored
Update SkeletonBox.module.css
1 parent 86cd9f0 commit b8c010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/experimental/Skeleton/SkeletonBox.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
mask-image: linear-gradient(75deg, #000 30%, rgba(0, 0, 0, 0.65) 80%);
2020
mask-size: 200%;
2121
animation: shimmer;
22-
animation-duration: var(base-duration-1000);
22+
animation-duration: var(--base-duration-1000);
2323
animation-iteration-count: infinite;
2424
}
2525

0 commit comments

Comments
 (0)