Skip to content

Commit

Permalink
added a print.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Oct 4, 2010
1 parent be78cb0 commit 835d004
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
get "http://github.com/rails/jquery-ujs/raw/master/src/rails.js", "public/javascripts/rails.js"
get "http://github.com/dcrec1/rails3_template/raw/master/gitignore" ,".gitignore"
get "http://github.com/dcrec1/rails3_template/raw/master/screen.scss", "app/stylesheets/screen.scss"
get "http://github.com/dcrec1/rails3_template/raw/master/print.scss", "app/stylesheets/print.scss"
get "http://github.com/dcrec1/rails3_template/raw/master/application.html.haml", "app/views/layouts/application.html.haml"
get "http://github.com/dcrec1/rails3_template/raw/master/factory_girl.rb", "features/support/factory_girl.rb"
get "http://github.com/dcrec1/rails3_template/raw/master/devise_steps.rb", "features/step_definitions/devise_steps.rb"
Expand Down
8 changes: 8 additions & 0 deletions print.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@import "blueprint";

// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// @include blueprint-print

//Recommended Blueprint configuration with scoping and semantic layout:
body.bp {
@include blueprint-print(true); }

0 comments on commit 835d004

Please sign in to comment.