8f24d6a 7 years ago
1 contributor
8 lines | 0.162kb
// Text overflow
// Requires inline-block or block for proper styling

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