| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/scss/v2/helpers/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/scss/v2/helpers/_truncate.scss |
@mixin truncate($width: 98%) {
display: block;
max-width: $width;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}