.items { span { margin-right: 0.6rem; &::after { content: ","; } &:last-child { &::after { margin-right: 0; content: ""; } } } }