Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
f18b5bcbc1
* stable: Update CHANGELOG When the unit is in pixels, round down in the leader and up in the trailer. Ensure there is a minimum of padding in each line when calculating how many lines are needed. Support absolute font sizing in the vertical rhythm module Update homepage Adding the generated css files from the msfilter change Removing -ms-filter as it drives IE9+ crazy. plus existing filter works anyway for IE9- In case you want to buy stuff. Update Gemfile to use rake 0.8.7 Handle pathnames being assigned to the working path of a command. Closes GH-434. Fix docs Fix compass version in the docs. Conflicts: Gemfile.lock |
||
---|---|---|
autotest | ||
bin | ||
doc-src | ||
examples | ||
features | ||
frameworks | ||
lib | ||
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.