Files
edx-platform/lms/static/sass
Victor Shnayder 85bee9b42b Initial UI for sequence progress.
* change bottom border of links:
  red for not started
  yellow for in_progress
  green for done

* This should probably be designed at some point.
* Obvious problems: the yellow is not very visible, and lots of people are
  red/green color-blind.
2012-06-20 16:04:03 -04:00
..
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00
2012-06-06 14:09:01 -04:00

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:

http://sass-lang.com

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

The dev server will automatically compile sass files that have changed. Simply start the server using:

$ rake runserver