publify/publify

View on GitHub
themes/bootstrap-2/less/mixins/text-overflow.less

Summary

Maintainability
Test Coverage
// Text overflow
// Requires inline-block or block for proper styling

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