Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/view/stylesheet/sass/bootstrap/mixins/
Upload File :
Current File : /var/www/alh/admin/view/stylesheet/sass/bootstrap/mixins/_text-overflow.scss

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

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