Sha256: 029f61bbb7b710beb8231f03f0776e8c12fb4cff9a3a8d46115d6a36002cf864

Contents?: true

Size: 283 Bytes

Versions: 5

Compression:

Stored size: 283 Bytes

Contents

// Replace text with image
@mixin replace-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

  .lt-ie8 & {
    border: 0;
    color: transparent;
    font: 0/0 a;
    overflow: auto;
    text-indent: 0;
    text-shadow: none;
    white-space: normal;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
minable-0.1.3 app/assets/stylesheets/minable/common/helpers/mixins/_replace-text.scss
minable-0.1.2 app/assets/stylesheets/minable/common/helpers/mixins/_replace-text.scss
minable-0.1.1 app/assets/stylesheets/minable/helpers/mixins/_replace-text.scss
minable-0.0.2 app/assets/stylesheets/helpers/mixins/_replace-text.scss
minable-0.0.1 app/assets/stylesheets/helpers/mixins/_replace-text.scss