compass/README.markdown

18 lines
1.1 KiB
Markdown
Raw Normal View History

2008-08-23 23:52:44 +00:00
# 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:
2008-12-01 05:16:52 +00:00
- [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)
2009-01-02 09:00:42 +00:00
- [960](http://960.gs/) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/960gs-documentation)
2008-08-23 23:52:44 +00:00
- [YAML](http://www.yaml.de/en/) - Planned
2008-12-01 05:16:52 +00:00
- Other frameworks can be added relatively easily.
2008-08-23 23:52:44 +00:00
## Compass Provides
1. A command line tool for maintaining your Sass projects.
2009-01-02 09:00:42 +00:00
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.
2008-08-23 23:52:44 +00:00
## More Information
Please see the [wiki](http://github.com/chriseppstein/compass/wikis/home)