?
Current File : /home/c/i/d/cideo/www/wp-includesVIp/js/crop/images/_text-overflow.scss.tar
home/cideo/site_2015/www/sass/bootstrap/mixins/_text-overflow.scss000066600000000250151255514260021203 0ustar00// Text overflow
// Requires inline-block or block for proper styling

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