compass/README.markdown

19 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)
2008-08-23 23:52:44 +00:00
- [YAML](http://www.yaml.de/en/) - Planned
- [960](http://960.gs/) - 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.
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)