Current Directory: /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs
Viewing File: /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/_text-truncate.scss.tar
home/aissorg/public_html/scss/bootstrap/mixins/_text-truncate.scss 0000644 00000000260 15116256617 0021617 0 ustar 00 // Text truncate
// Requires inline-block or block for proper styling
@mixin text-truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}