Sha256: 8449b2829d86452e71548bbbbcadb60448407fa6072754c9329c7ed9ab9f6076
Contents?: true
Size: 224 Bytes
Versions: 3
Compression:
Stored size: 224 Bytes
Contents
// Truncate single-lined elements @mixin truncate($truncate-width: 100%) { display: inline-block; max-width: $truncate-width; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
Version data entries
3 entries across 3 versions & 1 rubygems