Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
ba5bec3e09
* master: Prepare the next release version Fix CSS3 background attribute Version Bump & Prepare for v0.11.2 Strong tags in the docs should be bold. Fixes sprites file names with sprockets, modifies tests accordingly to new structure. removed all cacheing from importer class it causes more problems then it was worth gemfile removed another instance cache in the importer that could be problematic updated importer to validate that sprites are png files run bundle exec when running tests cleaned up some over zelious cacheing that was causing inconsistancy problems added test for sprite importer removed unneeded cache readded mtime to importer class typo: appliction Update test case for flexible box. Enable IE 10 support for flexible box with the -ms prefix. |
||
---|---|---|
autotest | ||
bin | ||
doc-src | ||
examples | ||
features | ||
frameworks | ||
lib | ||
spec | ||
test | ||
.gitignore | ||
.project | ||
.rspec | ||
.travis.yml | ||
compass.gemspec | ||
Gemfile | ||
Gemfile_rails2 | ||
Gemfile.lock | ||
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.