File "_text-truncate.scss"

Full Path: C:/wamp64/www/INVENTALMACEN/login/scss/bootstrap/mixins/_text-truncate.scss
File size: 168 bytes
MIME-type: text/plain
Charset: utf-8

// Text truncate
// Requires inline-block or block for proper styling

@mixin text-truncate() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}