Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Go to file
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
bin Changes to make the command-line tool more testable. 2009-01-19 07:52:39 -08:00
examples Port of the Blueprint Buttons plugin to Compass. 2009-04-03 12:18:47 -07:00
frameworks Port of the Blueprint Buttons plugin to Compass. 2009-04-03 12:18:47 -07:00
lib Strip some trailing whitespace. 2009-04-03 12:09:45 -07:00
test Fix some test failures. 2009-04-02 22:53:42 -07:00
.gitignore 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
compass.gemspec Bump version for bug fix to configuration handling of :environment and :line_comments. 2009-04-01 17:25:51 -07:00
Manifest Port of the Blueprint Buttons plugin to Compass. 2009-04-03 12:18:47 -07:00
Rakefile 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
README.markdown Updated the README. 2009-01-02 01:00:42 -08:00
VERSION Bump version for bug fix to configuration handling of :environment and :line_comments. 2009-04-01 17:25:51 -07:00

Compass

A Sass-based CSS Meta-Framework that allows you to mix and match any of the following CSS frameworks:

Compass Provides

  1. A command line tool for maintaining your Sass projects.
  2. Optional integration with Ruby-on-Rails, Merb, StaticMatic, and other application servers.
  3. Loads of Sass mixins to make building your website a snap.

More Information

Please see the wiki