vtex/general/_breadCrumb.scss

This is an include file, which goes into the x-general.css.

WARNING: All the classes bellow are required and generated by the platform.


.bread-crumb {
    ul {
        li {
            &.last {}
            a {}
        }
    }
}