????

Your IP : 3.137.211.1


Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/
Upload File :
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/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;
}