Skip to content

Commit 960f180

Browse files
authored
Merge branch 'dev' into chore-docs-add-b-toast-cutom-close-button-example
2 parents 756f726 + bfd4f96 commit 960f180

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/skeleton/_skeleton.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
overflow: hidden;
1010
background-color: $b-skeleton-background-color;
1111
cursor: $b-skeleton-loading-cursor;
12+
// https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
13+
mask-image: radial-gradient(white, black);
1214

1315
// Use `::before` since `::after` is used for the wave-animation
1416
&::before {

0 commit comments

Comments
 (0)