SASS
This project is using Sass to generate its CSS. Sass is a CSS preprocessor that allows for faster development of CSS. For more information about sass:
Install SASS
To use sass, make sure that you have RubyGems install, then you can use Bundler:
$ gem install bundler
$ bundle install
This should ensure that you have all the dependencies required for compiling.
Compiling
We're using Guard to watch your folder and automatic compile those SASS files. If you already install all the dependencies using Bundler, you can just do:
$ bundle exec guard
This will execute django-admin collectstatic, which will compile the sass files