wooga / bagger

18 stars 4 forks source link

Multiple background images #3

Closed hdragomir closed 13 years ago

hdragomir commented 13 years ago

When declaring multiple background images on the same line, only the first one will get parsed and replaced.

Moving each background image link on a separate line does not solve this.

phuesler commented 13 years ago

Putting it on multiple lines works:

#multipleUrls {
       background-image: url("../images/relative.png"),
                                           url("/images/multiple.png");
 }