Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
3bee9df60a
commit 7522a25ab641264da4aebdc3e78cb2c5b253c939 Author: Christian Montoya <sirokai@gmail.com> Date: Fri Sep 17 11:52:34 2010 -0400 Fixed lighthouse bugs, updated tests/index.html commit 5459eddd7b2953a6b0b6d10e97d056019762874a Author: Christian Montoya <sirokai@gmail.com> Date: Wed Sep 29 15:53:24 2010 -0400 Fix for conflict between .right and .column/.span-X Deviations: I think it's incorrect to apply zebra striping to all tables. So instead, you must opt in by applying the striped class to a table. |
||
---|---|---|
bin | ||
doc-src | ||
examples | ||
features | ||
frameworks | ||
lib | ||
test | ||
.gitignore | ||
.project | ||
compass.gemspec | ||
Gemfile | ||
Gemfile_rails2 | ||
LICENSE.markdown | ||
Rakefile | ||
README.markdown | ||
TODO.md | ||
VERSION.yml |
Compass
A Sass-based CSS Meta-Framework that allows you to mix and match any of the following CSS frameworks:
- Compass Core - Wiki Documentation
- Blueprint - Wiki Documentation
- 960 - Wiki Documentation
- Susy - Wiki Documentation
- YUI - Wiki Documentation
- New frameworks and extensions are tracked on the wiki as they are created.
- Other frameworks can be added relatively easily. Create your own!
Compass Provides
- A command line tool for managing your Sass projects.
- Simple integration with Ruby-on-Rails, Merb, StaticMatic, and even non-ruby application servers.
- 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.