Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Go to file
Chris Eppstein 0a232bd922 [Compiler] Rewrite of the watch command that adds the following improvements:
1. For robustness, recompile is now based on comparison of corresponding css/sass file timestamps.
2. If a sass file is removed, the corresponding css file is automatically deleted.
3. CSS files will be automatically recompiled if removed. It is no longer necessary to resave the sass file.
4. First time compile is not performed if not necessary.
2009-06-27 18:45:34 -07:00
bin Changes to make the command-line tool more testable. 2009-01-19 07:52:39 -08:00
examples Added some missing images to the examples. 2009-06-21 02:36:04 -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 [Compiler] Rewrite of the watch command that adds the following improvements: 2009-06-27 18:45:34 -07:00
test [Configuration] Allow additional sass options to be specified in the compass configuration using the sass_options property. 2009-06-27 13:05:30 -07:00
.gitignore Converted html to haml in the examples for consistency. 2009-06-05 10:43:04 -07:00
CHANGELOG.markdown Formatting updates to the changelog. 2009-06-21 19:20:32 -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 Some changes to keep the generated html and css from the examples out of the gemspec. 2009-06-05 10:44:57 -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 Version bump to 0.6.15 2009-06-05 10:47:50 -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.