compass-retina-sprites 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@
18
18
  ( -webkit-min-device-pixel-ratio: 1.5 ),
19
19
  ( min--moz-device-pixel-ratio: 3/2 ),
20
20
  ( min-resolution: 1.5dppx ),
21
- ( min-resolution: 19dpi ) {
21
+ ( min-resolution: 192dpi ) {
22
22
  background-position: 0 round( nth( sprite-position( $map2x, $name ), 2) / 2);
23
23
  height: round( image-height( sprite-file( $map2x, $name ) ) / 2 );
24
24
  width: round( image-width( sprite-file( $map2x, $name ) ) /2 );
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tingan Ho