Your IP : 18.117.189.228


Current Path : /proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/mixins/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/mixins/_text-truncate.scss

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

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