Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@opdavies
Last active August 29, 2015 14:03
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 opdavies/d19ad092ca6b8b8da618 to your computer and use it in GitHub Desktop.
Save opdavies/d19ad092ca6b8b8da618 to your computer and use it in GitHub Desktop.
A base config.rb file, including sass-globbing, susy and breakpoint.
require "sass-globbing"
require "susy"
require "breakpoint"
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "js"
fonts_dir = "fonts"
output_style = :compressed
relative_assets = true
line_comments = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment