Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Go to file
Chris Eppstein e18ed8118b Support for Framework Patterns.
A pattern is a folder in the framework's templates directory. It must
have a manifest file that tells compass what to install and where.
Unlike the project template, a pattern can be stamped out any number of
times.

It is best for pattern stylesheets to only provide example usage to get
the user started. All the core styles for the pattern should be
distributed as part of the framework's stylesheets as mixins to
facilitate easy upgrades and bug fixing on the part of the pattern's
maintainer.

Patterns can install stylesheets, images, javascripts, and arbitrary
files. The installer will put these assets into the correct locations
according to the project type (E.g. rails, stand-alone).

Example Usage:
compass --framework blueprint --pattern buttons
2009-04-03 01:06:23 -07:00
bin Changes to make the command-line tool more testable. 2009-01-19 07:52:39 -08:00
examples Changed standard +clearfix to use overflow: hidden. 2009-04-02 22:40:25 -07:00
frameworks IE changes for Blueprint 0.8 2009-04-02 23:23:22 -07:00
lib Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
test Fix some test failures. 2009-04-02 22:53:42 -07:00
.gitignore Made the 'rake examples' task use the command line tool instead of using custom code for compiling the examples. 2009-03-12 10:59:54 -07:00
compass.gemspec Bump version for bug fix to configuration handling of :environment and :line_comments. 2009-04-01 17:25:51 -07:00
Manifest Update the manifest. 2009-04-02 22:55:11 -07:00
Rakefile Made the 'rake examples' task use the command line tool instead of using custom code for compiling the examples. 2009-03-12 10:59:54 -07:00
README.markdown Updated the README. 2009-01-02 01:00:42 -08:00
VERSION Bump version for bug fix to configuration handling of :environment and :line_comments. 2009-04-01 17:25:51 -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 maintaining your Sass projects.
  2. Optional integration with Ruby-on-Rails, Merb, StaticMatic, and other application servers.
  3. Loads of Sass mixins to make building your website a snap.

More Information

Please see the wiki