@include b(icon) {
display: block;
@each $theme, $rgb in $rd-themes {
@include theme(#{$theme}) {
color: var(--#{$rd-prefix}color-#{$theme});
}
}
}
@include b(icon) {
display: block;
@each $theme, $rgb in $rd-themes {
@include theme(#{$theme}) {
color: var(--#{$rd-prefix}color-#{$theme});
}
}
}