?
home/cideo/site_2015/www/sass/bootstrap/mixins/_text-overflow.scss 0000666 00000000250 15125551426 0021203 0 ustar 00 // Text overflow
// Requires inline-block or block for proper styling
@mixin text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}