compass-retina-sprites 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -72,16 +72,15 @@ $hover-class : 'sp-hover';
72
72
  background : $sprite-ret;
73
73
  }
74
74
  .webpalpha & {
75
- background : url(str-replace(sprite-url($sprite), '.png', '.webp'));
75
+ background : url(str-replace(sprite-url($sprite), '.png', '.webp')) no-repeat;
76
76
  @media (
77
77
  -webkit-min-device-pixel-ratio: 1.5 ),
78
78
  ( min--moz-device-pixel-ratio: 3/2 ),
79
79
  ( min-resolution: 1.5dppx ),
80
80
  ( min-resolution: 192dpi ) {
81
- background : url(str-replace(sprite-url($sprite), '.png', '.webp'));
81
+ background : url(str-replace(sprite-url($sprite), '.png', '.webp')) no-repeat;
82
82
  }
83
83
  }
84
-
85
84
  }
86
85
 
87
86
  @each $sprite-image in sprite_names( $sprite ) {
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tingan Ho