modularize themes and convert them to sass (closes #191)
This commit is contained in:
parent
3413d99b2b
commit
ecb4347ec1
18 changed files with 811 additions and 630 deletions
5
css/theme/README.md
Normal file
5
css/theme/README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue