Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Go to file
Irina Dumitrascu 9d4da89071 Fixed the position evaluation for radial gradients
top    should mean top center (not top left)
left   should mean center left (not top left)
center should mean center center (it was wrongly evaluated to "50%"
       Safari would not show the gradient at all, SVG would place it
       in center left)

This does not affect linear gradients.
2010-11-12 17:32:06 -08:00
bin Restructure the existing command line code to allow for the new sub-command based CLI. 2009-09-29 18:35:24 -07:00
doc-src upgrade some gems 2010-11-12 17:10:12 -08:00
examples Port of the following blueprint commit: 2010-11-12 09:54:44 -08:00
features Merge branch 'stable' 2010-11-11 21:45:07 -08:00
frameworks Opt-in SVG support for gradients (linear & radial) 2010-11-12 17:32:06 -08:00
lib Fixed the position evaluation for radial gradients 2010-11-12 17:32:06 -08:00
test Opt-in SVG support for gradients (linear & radial) 2010-11-12 17:32:06 -08:00
.gitignore Ignore this folder where I put shit I don't want in source control but don't want to delete yet. 2010-11-11 21:53:39 -08:00
.project Update the vim project file. 2009-11-29 18:40:31 -08:00
compass.gemspec Revert "Use the new Sass gem now." 2010-11-11 21:01:42 -08:00
Gemfile Fix some gem dependency and loading issues. 2010-11-12 09:54:06 -08:00
Gemfile_rails2 Gemfiles for testing and a rails test helper that works for both rails 2 and rails 3. 2010-08-28 13:58:08 -07:00
LICENSE.markdown More clear licensing. Closes #6. 2009-06-21 03:32:40 -07:00
Rakefile Fix some gem dependency and loading issues. 2010-11-12 09:54:06 -08:00
README.markdown Touch up the main README 2009-11-19 11:03:47 -08:00
TODO.md Merge branch 'stable' 2010-11-11 21:45:07 -08:00
VERSION.yml Merge branch 'stable' 2010-08-31 22:30:35 -07:00

Compass

A Sass-based CSS Meta-Framework that allows you to mix and match any of the following CSS frameworks:

Compass Provides

  1. A command line tool for managing your Sass projects.
  2. Simple integration with Ruby-on-Rails, Merb, StaticMatic, and even non-ruby application servers.
  3. 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.