aboutsummaryrefslogtreecommitdiff
path: root/css/theme/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 10:57:51 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 10:57:51 -0400
commitecb4347ec1d9db8cceec1cb28385fc2326087b17 (patch)
tree95cc45f145bcd277a8b4af50cd1481774abfc2bc /css/theme/README.md
parent3413d99b2ba7f7609b955b044bb35f28a8fa2e8f (diff)
downloadfreenode-live-2017-presentation-ecb4347ec1d9db8cceec1cb28385fc2326087b17.tar
freenode-live-2017-presentation-ecb4347ec1d9db8cceec1cb28385fc2326087b17.tar.gz
modularize themes and convert them to sass (closes #191)
Diffstat (limited to 'css/theme/README.md')
-rw-r--r--css/theme/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
new file mode 100644
index 0000000..137bdf2
--- /dev/null
+++ b/css/theme/README.md
@@ -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
+``` \ No newline at end of file