Skip to content

Instantly share code, notes, and snippets.

@gaintsev
Last active August 29, 2015 14:15
Show Gist options
  • Save gaintsev/55c5342d81b9ef67e6b1 to your computer and use it in GitHub Desktop.
Save gaintsev/55c5342d81b9ef67e6b1 to your computer and use it in GitHub Desktop.
Compass config.rb example
preferred_syntax = :scss
http_path = '/'
css_dir = 'assets/styles/css'
sass_dir = 'assets/styles/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