::before

Since UXP v3.0

Creates a pseudo-element before the matched element.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/::before

Example:

.addBullet > *::before 
    content: "•";
}