Sha256: ea85252ecccc82e8fe1f2cb264d772ee14099f90458a6122f69ef8d7caa6b998
Contents?: true
Size: 167 Bytes
Versions: 59
Compression:
Stored size: 167 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
59 entries across 59 versions & 7 rubygems