Skip to content

Instantly share code, notes, and snippets.

@micahgodbolt
Created January 30, 2013 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahgodbolt/4669283 to your computer and use it in GitHub Desktop.
Save micahgodbolt/4669283 to your computer and use it in GitHub Desktop.
my pac 12 config.rb
# Require any additional compass plugins here.
require 'zen-grids'
require 'compass-normalize'
require 'sass-globbing'
# Set this to the root of your project when deployed:
relative_assets = "true";
css_dir = "css"
sass_dir = "sass"
extensions_dir = "sass-extensions"
images_dir = "images"
generated_images_dir = "images/sprites"
javascripts_dir = "js"
fonts_dir = "fonts"
output_style = :nested
# 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
color_output = false
sass_options = { :debug_info => true }
# 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 sass scss && rm -rf sass && mv scss sass
preferred_syntax = :scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment