Skip to content

Commit 22e67a6

Browse files
Remove --space from example.module.css (#428)
We don't want to encourage use of `--space-x`
1 parent 733604b commit 22e67a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/__fixtures__/good/example.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
width: var(--container-size);
129129
height: var(--container-size);
130130
/* stylelint-disable-next-line primer/spacing */
131-
padding: var(--space-xsmall);
131+
padding: var(--mySpace-xsmall);
132132
}
133133

134134
.marketplace-logo--large {
@@ -149,4 +149,4 @@
149149
&:not([open]) .up-icon {
150150
display: none !important;
151151
}
152-
}
152+
}

0 commit comments

Comments
 (0)