Sha256: bdf286956aa3d56f60c5af30d4a64a98b2dc57407d37231d42badd95a60bab77
Contents?: true
Size: 174 Bytes
Versions: 4
Compression:
Stored size: 174 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
4 entries across 4 versions & 1 rubygems