Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

SCSS Compass

1u edited this page Apr 7, 2015 · 2 revisions

This is old documentation and shouldn't be linked anymore


Compass, or how to work on stylesheets

  • install ruby
  • gem install compass
  • install bower npm install -g bower
  • run bower install in project root
  • run compass compile in project root
  • scss/sass files go into sass folder
  • compiled css goes to client/css. never edit these files. they are just there for the convenience of the guys without compass :-)