Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
6c12749194
* stable: Fix failing test when updating to latest SASS Gemfile.lock should not be part of a library / gem fix typo Fix issue with parent directory references within the sass_path in the compass compiler. Version bump. Update changelog Return a non-zero exit code if there are any stylesheet compilation errors. Closes GH-432. Fix test failures. Better docs for the shadow mixins. Closes GH-433. Include the Compass logger to prevent "uninitialized constant Compass::Logger" Broken link fixed to what I think is the correct section of the SASS docs. grid-background vertical rhythm should be based off of $blueprint-font-size, rather than a static value. :focus should not use shorthand border property, since it only need to change the border-color update changelog Fix absolute path detection on Windows. Fix the mime type returned for svg images. Closes GH-442. Conflicts: Gemfile.lock |
||
---|---|---|
autotest | ||
bin | ||
doc-src | ||
examples | ||
features | ||
frameworks | ||
lib | ||
test | ||
.gitignore | ||
.project | ||
.rspec | ||
.travis.yml | ||
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.