Skip to content

Commit 6ad126a

Browse files
committed
Turn off lint
1 parent 0c320c0 commit 6ad126a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
display: inline-block;
44
width: var(--avatarSize-regular);
55
height: var(--avatarSize-regular);
6+
/* stylelint-disable-next-line primer/typography */
67
line-height: 1;
78
border-radius: 50%;
9+
/* stylelint-disable-next-line primer/box-shadow */
810
box-shadow: 0 0 0 1px var(--avatar-borderColor);
911
}
1012

1113
&:where([data-square]) {
14+
/* stylelint-disable-next-line primer/borders */
1215
border-radius: clamp(4px, var(--avatarSize-regular) - 24px, var(--borderRadius-medium));
1316
}
1417

0 commit comments

Comments
 (0)