varshluck / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Data-uri support #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be great to have an ability to preprocess css files that way that 
data-uri would appear in css instead of images. As not all browsers support 
data-uri (IE 7 and earlier, IE8 only 32Kb), this can be an optional parameter 
like "--replace_image_with_data_uri".

Also by default root path for image path in css can be considered path to 
processed stylesheet. But that could be changed explicitly by providing --root 
argument. --root argument can have local folder path or web url images will be 
fetched from.

Original issue reported on code.google.com by judo....@gmail.com on 30 Nov 2011 at 7:18

GoogleCodeExporter commented 8 years ago

Original comment by bolinf...@google.com on 2 Dec 2011 at 10:15

GoogleCodeExporter commented 8 years ago
This is something very great moving forward with more modern browsers in the 
playing field. Where does this enhancement stand as of today?

Original comment by akesabl...@google.com on 19 Sep 2012 at 8:51