chriseppstein / compass
- Source
- Commits
- Network (81)
- Issues (8)
- Downloads (37)
- Wiki (48)
- Graphs
-
Branch:
master
compass /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Nov 27 16:23:25 -0800 2009 | |
| |
.project | Sun Nov 29 18:40:31 -0800 2009 | |
| |
CHANGELOG.markdown | Tue Jan 19 00:15:13 -0800 2010 | |
| |
LICENSE.markdown | Sun Jun 21 03:32:40 -0700 2009 | |
| |
README.markdown | Thu Nov 19 11:03:47 -0800 2009 | |
| |
REVISION | Tue Jan 19 00:16:13 -0800 2010 | |
| |
Rakefile | Tue Jan 19 00:20:42 -0800 2010 | |
| |
TODO.md | Thu Nov 19 01:30:41 -0800 2009 | |
| |
VERSION.yml | Tue Jan 19 00:15:52 -0800 2010 | |
| |
bin/ | Tue Sep 29 18:35:24 -0700 2009 | |
| |
compass.gemspec | Tue Jan 19 00:20:42 -0800 2010 | |
| |
docs/ | Sun Oct 25 22:17:27 -0700 2009 | |
| |
examples/ | Sun Nov 29 18:41:32 -0800 2009 | |
| |
features/ | Wed Dec 30 10:38:41 -0800 2009 | |
| |
frameworks/ | Mon Jan 18 16:13:24 -0800 2010 | |
| |
lib/ | Wed Jan 20 17:33:13 -0800 2010 | |
| |
test/ | Mon Jan 18 12:34:37 -0800 2010 |
README.markdown
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.
