ul {
    &.is-style-chevron-right {
        li {
            &:before {
                content: "chevron-right";
                font-family: "Material Icons";
            }
        }
    }
}