Skip to content

Curry Powder is the framework at the basis of Curry: it offers a set of helpers to build your own theme.

Notifications You must be signed in to change notification settings

zephirworks/curry-powder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curry Powder (or just Curry)

Curry is a library of graphic templates for Treesaver.

Curry Powder is the framework at the basis of Curry: it offers a set of helpers to build your own theme.

Curry is implemented on top of Compass, but individual Curries are also delivered as compiled CSS for stand-alone use.

Background information

Treesaver is a JavaScript framework for creating magazine-style layouts using standards-compliant HTML and CSS. The documentation for Treesaver, the walkthrough in particular, provides detailed information on creating the content markup.

However, developing a suitable stylesheet for the different devices is still an involved process. Curry strives to simplify this task for both novices and experienced users, by providing a set of Compass macros that set up reasonable defaults to make Treesaver content look and behave as expected. The defaults can be overridden to tweak the generated CSS and adapt it to the needs of a project.

Curry Powder (the project you are looking at) only provide the minimal styles that are needed in every project; it does not involve itself with how the final product will look. If you are looking for a ready-to-use template, have a look at available Curries.

Install

sudo gem install curry-powder

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-powder'
end

Create A Project

compass create <project name> -r curry -u curry

Documentation

See the wiki for documentation on the available mixins and variables.

License

Curry Powder is released under the MIT license.

Each single Curry may be released under a difference license.

About

Curry Powder is the framework at the basis of Curry: it offers a set of helpers to build your own theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages