Sha256: 40b71b8e00ae4578643db92b1a42f78a13f157c4e5c92aa7356d19beff07a5b6

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

/* -------------------------------------------------------------------- *
 * Min device pixel ratio changed to 1.7
 */
.classic {
  background-image: url('../../img/test-retina.png?17551386780926');
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.7), only screen and (min--moz-device-pixel-ratio: 1.7), only screen and (-moz-min-device-pixel-ratio: 1.7), only screen and (-ms-min-device-pixel-ratio: 1.7), only screen and (-o-min-device-pixel-ratio: 1.7 / 1), only screen and (min-device-pixel-ratio: 1.7), only screen and (min-resolution: 163.2dpi), only screen and (min-resolution: 1.7dppx) {
  .classic {
    /* Retina sprite */
    background-image: url('../../img/test-retina@2x.png?17551386780926');
    background-size: 152px auto;
  }
}

.classic {
  background-position: 0 -281px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.7), only screen and (min--moz-device-pixel-ratio: 1.7), only screen and (-moz-min-device-pixel-ratio: 1.7), only screen and (-ms-min-device-pixel-ratio: 1.7), only screen and (-o-min-device-pixel-ratio: 1.7 / 1), only screen and (min-device-pixel-ratio: 1.7), only screen and (min-resolution: 163.2dpi), only screen and (min-resolution: 1.7dppx) {
  .classic {
    /* Retina sprite */
    background-position: 0 -140px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezy-0.2.7.alpha test/css/sprites/resolution.css