1 2 3 4 5 6 7 8 9 10
.nav { &--footer & { &__item:not(:first-child) { &::before { content: "\2022"; margin-right: var(--spacing-2xs); } } } }