Re: [css-d] MQ syntax

2015-05-01 Thread Tom Livingston
So I should repeat the 'only screen' in the second part. Makes sense, thanks Philippe. I'm not sure what was going on, but I was wrong unsuspecting the MQ. Cleared up the issue elsewhere. Thanks for looking at this though. On Fri, May 1, 2015 at 8:03 PM Philippe Wittenbergh wrote: > > > Le 2 m

Re: [css-d] MQ syntax

2015-05-01 Thread Philippe Wittenbergh
> Le 2 mai 2015 à 04:27, Tom Livingston a écrit : > > Drawing a blank on this. Is this correct syntax for this MQ? > > @media only screen and (min-width: 600px) and > (-webkit-min-device-pixel-ratio: 1.5), (min-width: 600px) and > (min-resolution: 144dpi){ rules here } Nothing wrong with that,

[css-d] MQ syntax

2015-05-01 Thread Tom Livingston
List, Drawing a blank on this. Is this correct syntax for this MQ? @media only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 600px) and (min-resolution: 144dpi){ rules here } I'm using this in picturefill (ver 1.x) and I think it's causing an error and need