Skip to content

Instantly share code, notes, and snippets.

@scottnix
Last active August 29, 2015 13:57
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 scottnix/9865875 to your computer and use it in GitHub Desktop.
Save scottnix/9865875 to your computer and use it in GitHub Desktop.
WordPress and Compass config.rb example
# compass config.rb refrences - http://compass-style.org/help/tutorials/configuration-reference/
# path to file structures
http_path = "/"
css_dir = "/"
sass_dir = "/scss"
images_dir = "/images"
fonts_dir = "/fonts"
javascripts_dir = "/js"
# output_style options - :nested, :expanded, :compact, :compressed
output_style = :expanded
# line_comments options - true, false
line_comments = false
# require susy grids - http://susy.oddbird.net/
require "susy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment