compass/lib
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
..
compass Support for Framework Patterns. 2009-04-03 01:06:23 -07:00
compass.rb Import the configuration module by default and not just for installation. 2009-02-08 13:09:29 -08:00
sass_extensions.rb Added a Sass Function called nest that performs a nesting operation on (possibly) comma delimited selectors and emits the result as a string. 2008-11-29 01:08:07 -08:00