Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Go to file
2009-06-28 15:47:28 -07:00
bin Changes to make the command-line tool more testable. 2009-01-19 07:52:39 -08:00
examples [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
frameworks [Blueprint] A more complete starting blueprint configuration for new projects that follows compass best practices instead of matching blueprint css exactly. 2009-06-21 02:31:25 -07:00
lib [Command Line] Allow the configuration file being read to be specified explicitly. This also affects the output location of the --write-configuration command. 2009-06-28 14:41:02 -07:00
test [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
.gitignore Converted html to haml in the examples for consistency. 2009-06-05 10:43:04 -07:00
CHANGELOG.markdown Updated the CHANGELOG. 2009-06-28 14:56:19 -07:00
compass.gemspec [Rails] image_url() now integrates with the rails asset handling code when stylesheets are generated within the rails container. 2009-06-20 12:29:31 -07:00
deps.rip Merge commit 'wfarr/master' into edge 2009-06-20 20:52:48 -07:00
LICENSE.markdown More clear licensing. Closes #6. 2009-06-21 03:32:40 -07:00
Rakefile Update VERSION and Rakefile for release. 2009-06-28 15:47:28 -07:00
README.markdown More clear licensing. Closes #6. 2009-06-21 03:32:40 -07:00
REVISION Record current revision for release. 2009-06-05 10:47:50 -07:00
VERSION.yml Update VERSION and Rakefile for release. 2009-06-28 15:47:28 -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 managing your Sass projects.
  2. Simple integration with Ruby-on-Rails, Merb, StaticMatic, and even non-ruby application servers.
  3. Loads of Sass mixins to make building your website a snap.

More Information

Please see the wiki

Author

Compass is written by Chris Eppstein.
Chris is the Software Architect of Caring.com and a member of the Sass core team.

License

Copyright (c) 2008-2009 Christopher M. Eppstein
All Rights Reserved.
Released under a slightly modified MIT License.