Skip to content

Instantly share code, notes, and snippets.

@bitfyre
Created September 27, 2011 20:44
Show Gist options
  • Save bitfyre/1246187 to your computer and use it in GitHub Desktop.
Save bitfyre/1246187 to your computer and use it in GitHub Desktop.
Compass & Sass config for Middleman
compass_config do |config|
config.output_style = :nested
config.sass_options = { :line_comments => false, :debug_info => true }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment