1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@import "var"; .breads { .bread { &:after { content: "/"; font-weight: bold; margin: 0 4px 0 7px; color:@breadColor; } } .bread:last-child { &:after { content: ""; margin: 0; } } }