-
-
Save igorw/1211383 to your computer and use it in GitHub Desktop.
compass setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
These instructions are for ubuntu.