10000 GitHub - carter/blueprint-rails: A jquery-rails-like gem for Blueprint CSS framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

carter/blueprint-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprint-rails

This gem provides reset, typography, grid, forms, ie, and print stylesheets from Blueprint CSS framework version 1.0.1.

We don't include those files in default stylesheets load paths, because you may want not to use some of them.

Background grid

If you need grid.png, just use it in your stylesheets:

.showgrid { background:url('/assets/grid.png'); }

Rails 3.1

To use it in your application, just include this gem in your Gemfile:

gem 'blueprint-rails'

And then, in your app/assets/stylesheets/application.css:

/* ...
 *= require reset
 *= require typography
 *= require grid
 * ...
 */

Rails 3.0

I haven't had a chance to test it, yet.

Uh... thank you's

This gem is just a quick attempt to extract those stylesheets from my applications is a centralized location. So, most of the copyrigts go to Blueprint and jquery-rails contributors (beer's on me). Thank you guys!

About

A jquery-rails-like gem for Blueprint CSS framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0