Curry is a library of graphic templates for Treesaver.
Plain Curry is a very simple template, with reasonable defaults to get you started. For instance, editorial teams can use it while the UI team is still working on the final stylesheet.
Plain Curry is implemented on top of Curry and Compass.
sudo gem install curry-plain
If you are using Bundler, for example in a Rails project, you can simply add the gem to your Gemfile.
group :development do
gem 'curry-plain'
end
Plain Curry is also available as pre-compiled CSS you can download for use in your non-Compass projects.
compass create <project name> -r curry -r curry-plain -u curry-plain
See the wiki for documentation on the available mixins and variables.
Plain Curry is released under the MIT license.