We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6e97b commit 4165ee1Copy full SHA for 4165ee1
1 file changed
apps/site/components/Common/Skeleton/index.module.css
@@ -1,15 +1,15 @@
1
.skeleton {
2
@apply motion-safe:dark:animate-pulse-dark
3
pointer-events-none
4
- motion-safe:animate-pulse
5
cursor-default
6
select-none
7
rounded-md
8
border-none
9
bg-clip-border
10
text-transparent
11
shadow-none
12
- outline-none;
+ outline-none
+ motion-safe:animate-pulse;
13
}
14
15
.skeleton[data-inline-skeleton] {
0 commit comments