19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# Compass
|
|
A [Sass](http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html)-based CSS Meta-Framework that allows you to mix and match any of the following CSS frameworks:
|
|
- [Compass Core](http://github.com/chriseppstein/compass/tree/master/frameworks/compass) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/compass-core-documentation)
|
|
- [Blueprint](http://blueprintcss.org/) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/blueprint-documentation)
|
|
- [YUI](http://developer.yahoo.com/yui/grids/) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/yui-documentation)
|
|
- [YAML](http://www.yaml.de/en/) - Planned
|
|
- [960](http://960.gs/) - Planned
|
|
- Other frameworks can be added relatively easily.
|
|
|
|
## Compass Provides
|
|
1. A command line tool for maintaining your Sass projects.
|
|
2. Ruby-on-Rails integration
|
|
3. Scaffolds - Generate templates with corresponding Sass stylesheets.
|
|
4. Loads of Sass files to make building your website a snap.
|
|
|
|
## More Information
|
|
Please see the [wiki](http://github.com/chriseppstein/compass/wikis/home)
|
|
|