Skip to content

Instantly share code, notes, and snippets.

@alcidesqueiroz
Last active December 27, 2015 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alcidesqueiroz/7279579 to your computer and use it in GitHub Desktop.
Save alcidesqueiroz/7279579 to your computer and use it in GitHub Desktop.
config.rb básico para o Workshop "Rompendo os (vários) Limites do CSS com Sass e Compass"
current_path = File.dirname(__FILE__)
sass_path = File.join(current_path, 'scss')
css_path = File.join(current_path, 'css')
#:expanded, :nested, :compact, :compressed
output_style = :expanded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment