Sha256: 34518c08d05bb6290b0b3c3be5480e4cd4572bf4ce7c49922cc2795d7a4bf260

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

.classic {
  background-image: url('../../img/test-spacing.png?22091386277783');
  background-repeat: no-repeat;
}

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezy-0.2.6.alpha test/css/sprites/spacing.css