public
Description: Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Homepage: http://compass-style.org
Clone URL: git://github.com/chriseppstein/compass.git
name age message
file .gitignore Fri Nov 27 16:23:25 -0800 2009 update the gitignore file. [chriseppstein]
file .project Sun Nov 29 18:40:31 -0800 2009 Update the vim project file. [chriseppstein]
file CHANGELOG.markdown Tue Dec 01 00:03:07 -0800 2009 Fix line_comments configuration setting. [chriseppstein]
file LICENSE.markdown Sun Jun 21 03:32:40 -0700 2009 More clear licensing. Closes #6. [chriseppstein]
file README.markdown Thu Nov 19 11:03:47 -0800 2009 Touch up the main README [chriseppstein]
file REVISION Thu Sep 24 09:07:04 -0700 2009 Record current revision for release. [chriseppstein]
file Rakefile Sun Nov 29 22:46:23 -0800 2009 More getting ready for release. [chriseppstein]
file TODO.md Thu Nov 19 01:30:41 -0800 2009 Update the TODO. [chriseppstein]
file VERSION.yml Tue Dec 01 00:07:31 -0800 2009 Release v0.10.0.pre2 [chriseppstein]
directory bin/ Tue Sep 29 18:35:24 -0700 2009 Restructure the existing command line code to a... [chriseppstein]
file compass.gemspec Tue Dec 01 00:07:31 -0800 2009 Release v0.10.0.pre2 [chriseppstein]
file deps.rip Sat Jun 20 20:52:48 -0700 2009 Merge commit 'wfarr/master' into edge * commit... [chriseppstein]
directory docs/ Sun Oct 25 22:17:27 -0700 2009 Moved some docs into a folder. [chriseppstein]
directory examples/ Sun Nov 29 18:41:32 -0800 2009 Started work on the CSS3 Module Example page. [chriseppstein]
directory features/ Wed Nov 18 23:44:30 -0800 2009 [Rails] Allow compass extensions to be stored i... [chriseppstein]
directory lib/ Thu Dec 03 00:53:35 -0800 2009 [Blueprint] Bug Fix: variable referenced in a n... [chriseppstein]
directory test/ Mon Nov 30 22:49:29 -0800 2009 Fix failing unit test. [chriseppstein]
README.markdown

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.

Quick Start

$ (sudo) gem install compass
$ compass create my_compass_project --using blueprint
$ cd my_compass_project
$ compass watch

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.