Sha256: 4429c97ffd407d4ed38e0969d4cd8850e6593c87a77867fafdcdf5878f1cae4a

Contents?: true

Size: 167 Bytes

Versions: 1

Compression:

Stored size: 167 Bytes

Contents

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

@mixin ellipsis() {
  display: block;
  
  @include text-overflow;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/ui-kit/default/mixins/helpers/_text.scss