modularize themes and convert them to sass (closes #191)
This commit is contained in:
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
|
||||
```
|
Reference in New Issue
Block a user