`content`
`:after`
/* Inline items */span:not(:last-child):after { content: ' • ';} /* List items */li:not(:last-child):after { content: ',';}