i4way-dash/.svn/pristine/69/69c02b8e75ade4be7842706ec84...

9 lines
168 B
Plaintext

// Text overflow
// Requires inline-block or block for proper styling
@mixin text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}