?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/admin7261/themes/default/scss/vendor/bootstrap-sass/mixins/



?? Go up: /home/webdevt/prestashop17/admin7261/themes/default/scss/vendor/bootstrap-sass

?? Viewing: _text-overflow.scss

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

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


??

??