|
|
Welcome to the cssembed wiki! |
|
|
\ No newline at end of file |
|
|
h1. CSSEmbed
|
|
|
|
|
|
h2. Introduction
|
|
|
|
|
|
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.
|
|
|
|
|
|
h2. Resolving Files
|
|
|
|
|
|
|
|
|
h2. Data URIs
|
|
|
|
|
|
Data URIs are a way to represent files inside of other files. For more information, please see my blog post |