This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Aug 02 11:06:04 -0700 2008 | |
| |
LICENSE | Thu Jun 26 19:55:20 -0700 2008 | |
| |
README | Sat Aug 02 10:27:58 -0700 2008 | |
| |
Rakefile | Fri Aug 15 08:13:24 -0700 2008 | |
| |
blueprint/ | Wed Aug 20 12:47:27 -0700 2008 | |
| |
examples/ | Sun Aug 17 08:17:17 -0700 2008 | |
| |
generators/ | Mon Jul 21 11:25:38 -0700 2008 | |
| |
install.rb | Wed Jul 02 10:42:49 -0700 2008 | |
| |
test/ | Sun Aug 10 22:43:37 -0700 2008 |
README
Blueprint-Sass is a project to port the blueprint-css framework to SASS.
What it provides:
* sass mixins to help you define blueprint styles for your application.
To install:
* copy the contents of the blueprint directory into your sass folder.
To install in a rails project:
1. Install my fork of haml, that allows you to store sass files in more than one directory:
./script/plugin install git://github.com/chriseppstein/haml.git
2. Install blueprint sass
./script/plugin install git://github.com/chriseppstein/blueprint-sass.git
3. Generate required files
./script/generate blueprint
4. Reference your new stylesheets in your application.html.haml
= stylesheet_link_tag 'application.css', :media => 'screen, projection'
= stylesheet_link_tag 'application-print.css', :media => 'print'
/[if IE]
= stylesheet_link_tag 'application-ie.css', :media => 'screen, projection'
To run the unit tests:
% rake test
To compile the examples:
% rake examples







