Chris Eppstein
7b5aabd21a
Upgrade some examples that were generating deprecation warnings.
2011-01-03 10:30:01 -08:00
Chris Eppstein
136954561f
Deprecate the blueprint span mixin in favor of the blueprint span function.
2011-01-03 09:35:07 -08:00
Chris Eppstein
2eda8a6822
Convert examples to scss.
2010-04-11 03:47:50 -07:00
Chris Eppstein
b69138059a
[Blueprint] Moved the blueprint/modules/*.sass files to blueprint/*.sass. Old imports are still supported but are deprecated.
2009-11-21 13:19:18 -08:00
Chris Eppstein
dafbd88588
Fixed some incorrect logic around the deprecation warning for the +blueprint mixin and eliminated the deprecation warnings for the examples.
2009-08-29 12:26:36 -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
Noel Gomez
2126240a1a
[Compass Core] [Blueprint] The compass reset is now based on Eric Meyer's reset. The old compass/reset.sass was moved to blueprint/reset.sass -- the original source for it.
2009-06-20 17:16:13 -07:00
Chris Eppstein
91832127a3
Add missing images to examples.
2009-06-20 12:29:30 -07:00
Chris Eppstein
f108fe5303
Updated the compass examples to work correctly with the images_url() function.
2009-05-02 15:18:30 -07:00
Chris Eppstein
2efbdda1e1
Made the 'rake examples' task use the command line tool instead of using custom code for compiling the examples.
2009-03-12 10:59:54 -07:00