test/css/sprites/repeat.css in ezy-0.2.6.alpha vs test/css/sprites/repeat.css in ezy-0.2.7.alpha
- old
+ new
@@ -1,13 +1,13 @@
.meassure-1, .meassure-2, .meassure-3 {
- background-image: url('../../img/test-repeat.png?22091386277782');
+ background-image: url('../../img/test-repeat.png?17551386780925');
background-repeat: repeat-x;
}
@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) {
.meassure-1, .meassure-2, .meassure-3 {
/* Retina sprite */
- background-image: url('../../img/test-repeat@2x.png?22091386277782');
+ background-image: url('../../img/test-repeat@2x.png?17551386780925');
background-size: 378px auto;
background-repeat: no-repeat;
}
}