13 lines
141 B
SCSS

.avatar-name {
&:after {
color: get-color(black);
content: ',';
}
&:last-child {
&:after {
content: '';
}
}
}