/** * * * * */ @mixin components__icon() { .icon { &:before { display: inline-block; } &--close { &:before { content: "\274C"; } } } }