Sha256: f2a9a690e1843c596df61998e0e78f40cd65a5b649c77a50b87dd2fdb980aa1b
Contents?: true
Size: 168 Bytes
Versions: 1723
Compression:
Stored size: 168 Bytes
Contents
// Text overflow // Requires inline-block or block for proper styling @mixin text-overflow() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Version data entries
1,723 entries across 1,649 versions & 72 rubygems