Skip to content

Commit

Permalink
Remove --space from example.module.css (#428)
Browse files Browse the repository at this point in the history
We don't want to encourage use of `--space-x`
  • Loading branch information
lukasoppermann committed Jun 13, 2024
1 parent 733604b commit 22e67a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/__fixtures__/good/example.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
width: var(--container-size);
height: var(--container-size);
/* stylelint-disable-next-line primer/spacing */
padding: var(--space-xsmall);
padding: var(--mySpace-xsmall);
}

.marketplace-logo--large {
Expand All @@ -149,4 +149,4 @@
&:not([open]) .up-icon {
display: none !important;
}
}
}

0 comments on commit 22e67a6

Please sign in to comment.