Skip to content

Commit

Permalink
Fix bug in spacing mixin.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Oct 16, 2023
1 parent 34a0a39 commit 112ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/mixins/spacing/_spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

@mixin margin-inline-end($x, $unit: 'rem') {
@include spacing(margin-block-end, $x, $unit);
@include spacing(margin-inline-end, $x, $unit);
}

@mixin margin-block($x, $unit: 'rem') {
Expand Down

0 comments on commit 112ba4d

Please sign in to comment.