permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

_text.scss
text/plain

Download raw (114 bytes)

// Text Ellipsis
@mixin text-ellipsis() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}