Skip to content

Instantly share code, notes, and snippets.

@anthonybrown
Created March 12, 2014 09:38
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 anthonybrown/9503746 to your computer and use it in GitHub Desktop.
Save anthonybrown/9503746 to your computer and use it in GitHub Desktop.
Guardfile
# you can style the css that sass compiles: expanded is the most readable, there compress and compact as well
# documentation can be found on the guard github.com page
guard 'sass', :input => 'sass', :output => 'css', :style => :expanded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment