Skip to content

Instantly share code, notes, and snippets.

@Thivieira
Forked from nathansmith/config.rb
Last active July 7, 2017 03:52
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 Thivieira/f60d128702c9abfb75387f60e0de64f3 to your computer and use it in GitHub Desktop.
Save Thivieira/f60d128702c9abfb75387f60e0de64f3 to your computer and use it in GitHub Desktop.
Example config.rb file for Compass
preferred_syntax = :scss
http_path = '/'
css_dir = 'assets/css'
sass_dir = 'assets/scss'
images_dir = 'assets/images'
javascripts_dir = 'assets/js'
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