Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Forked from nathansmith/config.rb
Created October 25, 2015 08:15
Show Gist options
  • Save igorpronin/52eea4f4bb19ae9ae26c to your computer and use it in GitHub Desktop.
Save igorpronin/52eea4f4bb19ae9ae26c 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