Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
e18ed8118b
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 |
||
---|---|---|
bin | ||
examples | ||
frameworks | ||
lib | ||
test | ||
.gitignore | ||
compass.gemspec | ||
Manifest | ||
Rakefile | ||
README.markdown | ||
VERSION |
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
- YUI - Wiki Documentation
- 960 - Wiki Documentation
- YAML - Planned
- Other frameworks can be added relatively easily.
Compass Provides
- A command line tool for maintaining your Sass projects.
- Optional integration with Ruby-on-Rails, Merb, StaticMatic, and other application servers.
- Loads of Sass mixins to make building your website a snap.
More Information
Please see the wiki