Blankplate for Rails Asset Pipeline

Blankplate is an alternative HTML5/CSS3 Starter Kit to save you time in frontend developing.

The blankplate-rails gem integrates blankplate kit with Rails asset pipeline.

Usage

Install

Add blankplate-rails to your Gemfile and run bundle install:

gem "blankplate-rails"

Include blankplate-rails stylesheets

Add to your app/assets/stylesheets/application.css:

*= require blankplate

This will include all blankplate's stylesheet assets.

You can also include individual stylesheets, in the order you wish:

*= require blankplate/reset
*= require blankplate/grid
*= require blankplate/typography
*= require blankplate/helpers
*= require blankplate/inputs
*= require blankplate/buttons
*= require blankplate/snippets
*= require blankplate/styles
*= require blankplate/media
*= require blankplate/conditions
*= require blankplate/diagnostics

Credits

Dimitris Krestos aka vdw for the nice kit ;)

License

Copyright (©) 2012 Vassilis Rodokanakis. See LICENSE for details.