Re: [CSS] Image sprites and catalogs

How about accepting tarballed images with a syntax like that?

Using andrew's example:

@image-list MyIcons {
   image: url(my-huge-catalog.tar.gz);
}

then we can pick up image such as: MyIcons(icons.png);

It could make making a single image archive simpler while keeping one
HTTP request.

-- 
Yao Wei

Received on Monday, 5 March 2012 03:32:11 UTC