File "text-overflow.less"
Full Path: /home/ichhrkpd/public_html/less/less-bootstrap/mixins/text-overflow.less
File size: 162 bytes
MIME-type: text/x-asm
Charset: utf-8
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}