Sha256: 4a50a045713395de27ae04e739fde7e8fdce1595d0c3feba5172238cf76eb8a5

Contents?: true

Size: 486 Bytes

Versions: 9

Compression:

Stored size: 486 Bytes

Contents

@mixin respond-to($media) {
  @if $media == wide-handhelds {
    @media only screen and (min-width: 30em) and (max-width: 45.938em) { @content; }
  }
  @else if $media == tablets-and-above {
    @media only screen and (min-width: 46em) { @content; }
  }
  @else if $media == tablets-landscape-and-above {
    @media only screen and (min-width: 60em) { @content; }
  }
  @else if $media == desktop-and-above {
    @media only screen and (min-width: 70em) { @content; }
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
respondsass-1.1 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.9 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.7 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.6 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.5 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.4 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.3 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.2 stylesheets/respondsass/_respond-to.scss
respondsass-0.0.1 stylesheets/respondsass/_respond-to.scss