Chris Eppstein
22b7e68f31
Added an example that uses gradients with images.
2010-05-02 17:11:49 -07:00
Chris Eppstein
72a3c04461
Switch to an image I made.
2010-05-02 15:58:53 -07:00
Chris Eppstein
0f2a0aa848
Second half of the change required to switch to public domain fonts.
2010-05-02 15:50:31 -07:00
Chris Eppstein
3f9fc70a03
Replace fonts with public domain fonts for this example
2010-05-02 15:22:13 -07:00
Chris Eppstein
090e9d0706
fix a bug in the extension downloader.
2010-04-24 23:31:43 -07:00
Chris Eppstein
b43b0386ca
Remove the example for the unobtrusive logo.
2010-04-24 23:25:26 -07:00
Chris Eppstein
75c62aaf49
Manage example extensions better.
2010-04-13 06:58:53 -07:00
Chris Eppstein
12ee5d1ab0
Don't put bootstrapped files from examples in the gem.
2010-04-12 00:12:35 -07:00
Chris Eppstein
2eda8a6822
Convert examples to scss.
2010-04-11 03:47:50 -07:00
Chris Eppstein
fd11471a5a
Update the gradient examples
2010-02-21 23:06:16 -08:00
Chris Eppstein
cee0eef688
better examples and some comments.
2010-02-16 22:13:07 -08:00
Chris Eppstein
a8b4f8b072
Started work on the CSS3 Module Example page.
2009-11-29 18:41:32 -08:00
Chris Eppstein
115d3164f5
A css3 font example as well as an example framework that delivers font files.
2009-11-28 12:18:04 -08:00
Chris Eppstein
a52a029edb
Need to import the compass css3 module
2009-11-27 11:45:27 -08:00
Chris Eppstein
918af79a62
Don't need to require local extensions.
2009-11-27 11:42:36 -08:00
Chris Eppstein
694c04d0e1
Make sure we have the external dependencies for building the susy and compass examples.
2009-11-27 11:41:58 -08:00
Chris Eppstein
b894d752c7
Silence deprecation warning
2009-11-25 22:57:52 -08:00
Eric Meyer
71a7ae3845
added susy reguire to example config
2009-11-23 18:04:43 -07:00
Eric Meyer
f89515dd79
added the susy demo html
2009-11-23 12:39:20 -07:00
Eric Meyer
568c9618c2
added susy example
2009-11-23 10:45:47 -07:00
Eric Meyer
5d812effd6
Merge branch 'edge' of git://github.com/imathis/compass into edge
2009-11-23 10:40:19 -07:00
Chris Eppstein
81942836d0
A workaround is better than nothing I guess.
2009-11-21 18:50:41 -08: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
B Mathis
8ddebad39d
added example to demonstrate and test gradient mixin
2009-11-21 14:50:42 -06:00
Chris Eppstein
3b7637f1e5
Bootstrap download the yui plugin for the examples.
2009-08-29 15:52:21 -07:00
Chris Eppstein
d4971fcfaa
Slightly more robust extension downloader.
2009-08-29 15:14:52 -07:00
Chris Eppstein
9105d5a8de
Added an example for the ninesixty plugin using local extensions.
2009-08-29 15:14:52 -07:00
Chris Eppstein
f8834532ce
Added missing class in the semantic blueprint example.
2009-08-29 13:20:31 -07: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
ca30bcbfee
Added an example that show the inline form styling, and some blueprint display issues.
2009-07-21 11:32:34 -07:00
Chris Eppstein
b348fd7d3d
Added instructions for how to build the examples.
2009-07-09 12:49:47 -07:00
Chris Eppstein
3d909ceda9
[Compass Core] Cross browser ellipsis mixin.
...
Since this requires the installation of an additional xml file for
firefox support, it is provided as a pattern.
To install:
compass -p ellipsis
To use:
Mix +ellipsis into a selector targeting the textual element that will
truncate via ellipsis. By default, ellipsis text is set tono-wrap. Pass
false as the first argument if you don't want that.
Note:
Firefox is the lame browser in this respect, it requires a lot of bending
over backwards and has many quirky behaviors. Please read the blog post at
http://mattsnider.com/css/css-string-truncation-with-ellipsis/ for a full
explanation of the issues. Also note that ellipsis text is white-space
sensitive in Firefox, an issue that is sure to affect Haml users more than
most.
2009-07-06 07:18:25 -07:00
Chris Eppstein
956c437fe9
[Configuration] [Command Line] Whether to generate relative links to assets is now controlled by a separate configuration flag and can be set via a command-line switch.
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
255d48adc2
Added some missing images to the examples.
2009-06-21 02:36:04 -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
6ab6707001
Converted html to haml in the examples for consistency.
2009-06-05 10:43:04 -07:00
Chris Eppstein
7a34f14018
Converted the logo html to haml.
2009-06-05 10:29:34 -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
759c422c34
Incorporate more bugfixes from Blueprint 0.8
2009-04-05 23:58:15 -07:00
Chris Eppstein
dc5f5672a4
Port of the blueprint rtl plugin to compass with example. Also a small re-org of some of the files in the blueprint_plugin example.
2009-04-05 22:07:48 -07:00
Chris Eppstein
f425075978
Added an example for the link icons plugin.
2009-04-05 03:23:19 -07:00
Chris Eppstein
53960d9c25
Port of the Blueprint Buttons plugin to Compass.
...
This port adds semantic win and color customization to your blueprint button
styles. It also let's you choose whether you want to float them right,
left, or leave them inline-block.
To install this plugin into your project run the following command.
compass -f blueprint -p buttons
Or if you have a rails project:
compass --rails -f blueprint -p buttons
2009-04-03 12:18:47 -07:00
Andrew Vit
d9416f65fa
Changed standard +clearfix to use overflow: hidden.
...
Added alternate +pie-clearfix using content :after
2009-04-02 22:40:25 -07:00
Andrew Vit
b36e2d2622
Added +float-left and +float-right as mixins
...
In order to include fixes for IE's double-margin bug universally, floats
were implemented as a utility mixins.
2009-04-02 22:40:16 -07:00
Chris Eppstein
619afebdc5
Added an example for the unobtrusive logo.
2009-03-12 11:10:31 -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
Chris Eppstein
79ee96dcf4
Polish the table scaffolding mixin and add the table borders mixins.
2009-02-21 00:15:24 -08:00
Chris Eppstein
40b5ad0a3b
Removed redundant include of +global-reset.
2008-12-17 09:11:41 -08:00