Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
b07f303d9b
* stable: (36 commits) Tweak the changelog. [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0. update the lockfile some todos Move the contributing guide to the tutorials section. add on-page anchors to the command line reference page. Better docs on the grid image command. Move the tutorials to the main nav... I don't think most people see it. Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207 Add a note about the colorization change. Add a note about the compass validator Only colorize the action when logging results. Update to use the new compass validator during development. Fix broken test cases. Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206 IE8 compat for :last-child selector Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments. Pass --no-line-comments to disable line comments. A little less noise during installation. Change the default Sass directory in standalone projects from src to sass. Closes GH-203 ... Conflicts: TODO.md VERSION.yml doc-src/content/CHANGELOG.markdown features/command_line.feature features/step_definitions/command_line_steps.rb lib/compass/commands/write_configuration.rb |
||
---|---|---|
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.