Sha256: ad1da44cd6d0bf790548e8b0c486799d08d81f8cd551741d808b08a3c2cc0178
Contents?: true
Size: 176 Bytes
Versions: 11
Compression:
Stored size: 176 Bytes
Contents
// Text truncate // Requires inline-block or block for proper styling @mixin text-truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Version data entries
11 entries across 11 versions & 4 rubygems