Skip to content

Commit

Permalink
Updates to work with newest compass-h5bp
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkd committed Nov 29, 2012
1 parent f95bfa3 commit beed061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
Expand Up @@ -17,6 +17,7 @@
// Prepend includes
//-----------------------------------------
@include h5bp-normalize;
@include h5bp-main;

//-----------------------------------------
// Custom <%= file_path %> partials
Expand Down
Expand Up @@ -3,7 +3,7 @@
// Upgrade with: $ rails generate html5:install

//-----------------------------------------
// Chrome Frame prompt
// Chrome Frame override
//-----------------------------------------

.chromeframe {
Expand Down
25 changes: 2 additions & 23 deletions lib/generators/html5/install/templates/config/compass.rb
@@ -1,25 +1,4 @@
# This configuration file works with both the Compass command line tool and within Rails.
require 'compass/h5bp'

# Require any additional compass plugins here.
require 'compass/h5bp'

project_type = :rails

# Set this to the root of your project when deployed:
http_path = "/"

# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed

# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false


# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass app/stylesheets scss && rm -rf sass && mv scss sass
project_type = :rails

0 comments on commit beed061

Please sign in to comment.