Sha256: 2caefb2ff1cec5c3e04ebad56ed22657f092c50ef589c728044070ecf520a1b5
Contents?: true
Size: 333 Bytes
Versions: 12
Compression:
Stored size: 333 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
12 entries across 12 versions & 3 rubygems