strues / retinajs

JavaScript, SCSS, Sass, Less, and Stylus helpers for rendering high-resolution image variants

Home Page:http://retinajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply 2 background images to one element at the same time

PastestLtd opened this issue · comments

Is there a way that retina.js can be updated to include support for multiple background images with positioning, e.g. to provide a retina alternative to the following?

background: url(/images/icons/QA_BLUE.png) center 15px no-repeat, url(/images/icons/GREEN-PLUS-ICON-RGB.png) 20px 20px no-repeat;

Thanks.