Skip to content

Instantly share code, notes, and snippets.

@thanh4890
Forked from nathansmith/config.rb
Created November 29, 2016 10:20
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 thanh4890/f43b6de189aba965f7b48a0329c37b61 to your computer and use it in GitHub Desktop.
Save thanh4890/f43b6de189aba965f7b48a0329c37b61 to your computer and use it in GitHub Desktop.
Example config.rb file for Compass
preferred_syntax = :sass
http_path = '/'
css_dir = 'assets/stylesheets'
sass_dir = 'assets/sass'
images_dir = 'assets/images'
javascripts_dir = 'assets/javascripts'
relative_assets = true
line_comments = true
# output_style = :compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment