// =====================================
// @include text-shorten();
// =====================================
@mixin text-shorten {
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
