Comparing version 0.17.3 to 0.17.4
{ | ||
"name": "rework", | ||
"version": "0.17.3", | ||
"version": "0.17.4", | ||
"description": "CSS manipulations built on CSSOM", | ||
@@ -5,0 +5,0 @@ "keywords": ["css", "manipulation", "preprocess", "transform"], |
0.17.4 / 2013-08-22 | ||
================== | ||
* add more to the at2x media query | ||
* comment out inline() tests | ||
0.17.3 / 2013-07-28 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -11,2 +11,15 @@ | ||
/** | ||
* Vendor crap. | ||
*/ | ||
var query = [ | ||
'(min--moz-device-pixel-ratio: 1.5)', | ||
'(-o-min-device-pixel-ratio: 3/2)', | ||
'(-webkit-min-device-pixel-ratio: 1.5)', | ||
'(min-device-pixel-ratio: 1.5)', | ||
'(min-resolution: 144dpi)', | ||
'(min-resolution: 1.5dppx)' | ||
].join(', '); | ||
/** | ||
* Translate | ||
@@ -59,3 +72,3 @@ * | ||
type: 'media', | ||
media: 'all and (-webkit-min-device-pixel-ratio: 1.5)', | ||
media: query, | ||
rules: [ | ||
@@ -62,0 +75,0 @@ { |
{ | ||
"name": "rework", | ||
"version": "0.17.3", | ||
"version": "0.17.4", | ||
"description": "CSS manipulations built on CSSOM", | ||
@@ -5,0 +5,0 @@ "keywords": ["css", "manipulation", "preprocess", "transform"], |
41407
28
909