We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb36384 commit 33b6cc1Copy full SHA for 33b6cc1
1 file changed
src/scss/02-tools/_m-text-icon.scss
@@ -33,7 +33,7 @@
33
}
34
35
@mixin text-external-icon($icon: "external", $position: after, $color: currentColor, $size: 12px, $gap: 8px) {
36
- @include text-icon($icon);
+ @include text-icon($icon, $position, $color, $size);
37
display: inline;
38
39
&::#{$position} {
0 commit comments