modularize themes and convert them to sass (closes #191)

This commit is contained in:
Hakim El Hattab
2012-10-20 10:57:51 -04:00
parent 3413d99b2b
commit ecb4347ec1
18 changed files with 811 additions and 630 deletions

5
css/theme/README.md Normal file
View File

@ -0,0 +1,5 @@
Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Find out how to install Sass here http://sass-lang.com/, once Sass is installed run the follwing command to start monitoring the source files for changes.
```
sass --watch css/theme/source/:css/theme --style expanded
```