Sha256: e85ea7e6025a8a061fe65b27706be1b1fd76fc3164c4c91d6727f91a0055ae1c
Contents?: true
Size: 168 Bytes
Versions: 1285
Compression:
Stored size: 168 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
1,285 entries across 1,274 versions & 92 rubygems