Sha256: 9ecb5c19e7c97d029fea9698ec37d4bf5d5c71e581b607700514d68345abe6f2

Contents?: true

Size: 721 Bytes

Versions: 46

Compression:

Stored size: 721 Bytes

Contents

// ==========================================================================
// Mixins (not provided by Bourbon)
// ==========================================================================

@mixin clearfix {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

@mixin hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

@mixin hidpi {
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (-o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
    @content;
  }
}

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
bookends-10.4.7.2 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.7.1 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.7 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.6 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.5 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.4 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.3 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.2 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.1 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.4.0 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.3.4 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.3.3 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.3.2 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.3.1 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.3.0 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.2.8 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.2.7 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.2.6 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.2.5 app/assets/stylesheets/bookends/_mixins.scss
bookends-10.2.5.alpha8 app/assets/stylesheets/bookends/_mixins.scss