forked from nzakas/cssembed
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nzakas edited this page Sep 13, 2010
·
23 revisions
CSSEmbed is a simple utility to automate creation of CSS files with embedded data URIs. It can read in any CSS file, detect the image files referenced, and then replace them with data URIs. The result is a CSS file that is exactly the same as the original with the exception that all valid image files have been replaced with data URIs.
Data URIs are a way to represent files inside of other files. For more information, please see my blog post