File "text-overflow-20260225132418.less"

Full Path: /home/ichhrkpd/public_html/less/less-bootstrap/mixins/text-overflow-20260225132418.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;
}