Skip to content

Instantly share code, notes, and snippets.

@igorw
Forked from anonymous/gist:1211382
Created September 12, 2011 14:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorw/1211383 to your computer and use it in GitHub Desktop.
Save igorw/1211383 to your computer and use it in GitHub Desktop.
compass setup
sudo apt-get install ruby rubygems
sudo gem install compass
cd Desktop/techup-mobile/lib/touch/resources/sass
/var/lib/gems/1.8/bin/compass watch
@igorw
Copy link
Author

igorw commented Sep 13, 2011

These instructions are for ubuntu.

@igorw
Copy link
Author

igorw commented Sep 13, 2011

You can then modify your scss files files, compass will automatically re-compile them to CSS when it detects changes. Try it out by modifying the $base_color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment