Skip to content

Commit 33b6cc1

Browse files
committed
Fix text icon external mixin
1 parent cb36384 commit 33b6cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/02-tools/_m-text-icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
@mixin text-external-icon($icon: "external", $position: after, $color: currentColor, $size: 12px, $gap: 8px) {
36-
@include text-icon($icon);
36+
@include text-icon($icon, $position, $color, $size);
3737
display: inline;
3838

3939
&::#{$position} {

0 commit comments

Comments
 (0)