| Current Path : /home/ereika83/public_html/wp-content/uploads/pp_projects/3726/css/bourbon/addons/ |
| Current File : /home/ereika83/public_html/wp-content/uploads/pp_projects/3726/css/bourbon/addons/_ellipsis.scss |
@mixin ellipsis($width: 100%) {
display: inline-block;
max-width: $width;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}