Your IP : 216.73.216.171


Current Path : /home/ereika83/public_html/wp-content/uploads/pp_projects/3726/css/bourbon/addons/
Upload File :
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;
}