I know it sounds ridiculous, but can I use a css media query in an inline style? The reason is I'm echoing a background in PHP and need to use a retina size image if the device is retina.
ie: <div style="background:url(normal.png); <- need to add style for retina device