compass/test/fixtures/stylesheets/image_urls/sass
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
..
screen.sass [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