Chris Eppstein
93040322b3
Allow the cache buster in image-url() to be disabled on a per-call basis.
2010-12-05 20:16:40 -08:00
Chris Eppstein
03ebd5dd98
Fix test failure in ruby 1.9.2
2010-10-11 01:51:53 -07:00
Chris Eppstein
7639223dc3
Verify all sass files generate the correct css in the test fixtures.
2010-05-31 13:48:25 -07:00
Chris Eppstein
385ae3db82
upgrade test fixtures to sass 3 syntax
2010-04-11 03:47:50 -07:00
Chris Eppstein
e359db1a77
Fix some configuration defaults.
2009-11-29 20:18:09 -08:00
Chris Eppstein
ff5c850014
[Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory.
2009-07-06 07:18:25 -07:00
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
Chris Eppstein
ef47f3dd9d
[Sass Extensions] Allow the asset host and cache busting strategies to be defined as part of the compass configuration. Closes #20 .
2009-06-26 12:23:43 -07:00