Skip to content

Commit

Permalink
Match mixin name with element
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Dec 2, 2024
1 parent 864f816 commit 19c70e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/src/components/file-list/file-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@import "../../common/text-rendering";

@mixin reset-ol {
@mixin reset-ul {
margin-block: 0;
padding-inline: 0;
}
Expand All @@ -17,7 +17,7 @@
padding-block: var(--ams-file-list-padding-block);

@include text-rendering;
@include reset-ol;
@include reset-ul;
}

.ams-file-list__file {
Expand Down

0 comments on commit 19c70e3

Please sign in to comment.