compass/examples/blueprint_semantic
Chris Eppstein 5a015b3824 [Sass Extensions] The inline_image() function can now be used to generate a data url that embeds the image data in the generated css file.
This function works like image_url() in that it expects the image to be a path relative to the images directory.

There are clear advantages and disadvantages to this approach.
See http://en.wikipedia.org/wiki/Data_URI_scheme for more details.

NOTE: Neither IE6 nor IE7 support data urls.
Using this approach with large images is discouraged.
2009-06-28 12:29:19 -07:00
..
images Updated the compass examples to work correctly with the images_url() function. 2009-05-02 15:18:30 -07:00
parts Converted html to haml in the examples for consistency. 2009-06-05 10:43:04 -07:00
src [Sass Extensions] The inline_image() function can now be used to generate a data url that embeds the image data in the generated css file. 2009-06-28 12:29:19 -07:00
config.rb Updated the compass examples to work correctly with the images_url() function. 2009-05-02 15:18:30 -07:00
index.html.haml Converted html to haml in the examples for consistency. 2009-06-05 10:43:04 -07:00