Sha256: 4284c39b8feb0d2ffc998d19e3a248e5888e198eff70fb0e9eb677b50e308b6d
Contents?: true
Size: 114 Bytes
Versions: 11
Compression:
Stored size: 114 Bytes
Contents
// Text Ellipsis @mixin text-ellipsis() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Version data entries
11 entries across 11 versions & 1 rubygems