Skip to content

Commit 25bbae0

Browse files
committed
chore: remove unused disables
1 parent 65239f9 commit 25bbae0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/react/src/Avatar/Avatar.module.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
:where(.Avatar) {
44
display: inline-block;
5-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
65
width: var(--avatarSize-regular);
7-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
86
height: var(--avatarSize-regular);
97
overflow: hidden; /* Ensure page layout in Firefox should images fail to load */
108
/* stylelint-disable-next-line primer/typography */
@@ -20,23 +18,17 @@
2018

2119
&:where([data-responsive]) {
2220
@media screen and (--viewportRange-narrow) {
23-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
2421
width: var(--avatarSize-narrow);
25-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
2622
height: var(--avatarSize-narrow);
2723
}
2824

2925
@media screen and (--viewportRange-regular) {
30-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
3126
width: var(--avatarSize-regular);
32-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
3327
height: var(--avatarSize-regular);
3428
}
3529

3630
@media screen and (--viewportRange-wide) {
37-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
3831
width: var(--avatarSize-wide);
39-
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
4032
height: var(--avatarSize-wide);
4133
}
4234
}

0 commit comments

Comments
 (0)