Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
ea1389c1c8
* stable: Bump versions for v0.10.1 release. Update the CHANGELOG for the v0.10.1 release. Fix a broken reference to the extensions tutorial. Closes GH-135. [Blueprint] Regression fix: automatically apply the reset if blueprint/reset is imported. Closes GH-132. Fix a failing test case. [Rails] When configuring the Sass::Plugin, don't overwrite existing template locations. Closes GH-136. [Command Line] Improved descriptions of the watch and init commands. [Rails] Improved the next steps to perform after installing compass so that it mentions registering the compass gem. [Rails] Fixed a reference to the old configuration file. Add a note to the changelog about uninstalling chriseppstein-compass Get rid of some dead code that was breaking Rails 3. Closes GH-137. Conflicts: VERSION.yml doc-src/content/CHANGELOG.markdown frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_reset.sass |
||
---|---|---|
bin | ||
doc-src | ||
examples | ||
features | ||
frameworks | ||
lib | ||
test | ||
.gitignore | ||
.project | ||
compass.gemspec | ||
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.