Sha256: ea4805d6e7b8946ab3984a392483dde745826077b875739b29d86e70920265b2
Contents?: true
Size: 167 Bytes
Versions: 81
Compression:
Stored size: 167 Bytes
Contents
// Text overflow // Requires inline-block or block for proper styling @mixin text-overflow(){ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Version data entries
81 entries across 81 versions & 1 rubygems