Juicer supports embedding images into stylesheets using data uri’s. In order to be as unobtrusive as possible, you must indicate for each image that it can be embedded in the stylesheet by using the embed url suffix. Example: h1 { background: url(/somepath/someimage.png?embed=true); } When merging the stylesheets, you must specify which type of embedding you want, currently only ‘none’ and ‘data_u