Sha256: 955f3b03e2882d707fad78624643d6ebe9efa85bba423aac0863a9f8e5678ba8
Contents?: true
Size: 171 Bytes
Versions: 26
Compression:
Stored size: 171 Bytes
Contents
@mixin ellipsis($width: 100%) { display: inline-block; max-width: $width; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
Version data entries
26 entries across 26 versions & 3 rubygems