Skip to content

Instantly share code, notes, and snippets.

@webarthur
Created September 18, 2015 13:14
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 webarthur/93e06d6fc11a95e7b5ed to your computer and use it in GitHub Desktop.
Save webarthur/93e06d6fc11a95e7b5ed to your computer and use it in GitHub Desktop.
How to use SASS / SCSS + PHP
# install ruby and gem
sudo apt-get install ruby gem
# install sass / scss
sudo gem install sass
# compile sass scripts
sass --watch scss/style.sass:css/style.css
# or compile scss scripts
sass --watch scss/style.scss:css/style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment