Sha256: b797c5fddc8a8d403985a0a172746a9e4e6412516dc32ca0a21ea52bec294195
Contents?: true
Size: 343 Bytes
Versions: 11
Compression:
Stored size: 343 Bytes
Contents
/* ========================================================================== Text Truncate Mixin 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 & 2 rubygems