compass-retina-sprites 0.1.4 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,13 +78,13 @@ $hover-class : 'sp-hover';
78
78
  }
79
79
  }
80
80
  .webpalpha & {
81
- background : url($webp-url) no-repeat;
81
+ background : $webp-url no-repeat;
82
82
  @media (
83
83
  -webkit-min-device-pixel-ratio: 1.5 ),
84
84
  ( min--moz-device-pixel-ratio: 3/2 ),
85
85
  ( min-resolution: 1.5dppx ),
86
86
  ( min-resolution: 192dpi ) {
87
- background : url($webp-url-ret) no-repeat;
87
+ background : $webp-url-ret no-repeat;
88
88
  }
89
89
  }
90
90
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tingan Ho