We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 756f726 + bfd4f96 commit 960f180Copy full SHA for 960f180
src/components/skeleton/_skeleton.scss
@@ -9,6 +9,8 @@
9
overflow: hidden;
10
background-color: $b-skeleton-background-color;
11
cursor: $b-skeleton-loading-cursor;
12
+ // https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
13
+ mask-image: radial-gradient(white, black);
14
15
// Use `::before` since `::after` is used for the wave-animation
16
&::before {
0 commit comments