aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorChris Lawrence2013-10-30 22:32:43 -0400
committerChris Lawrence2013-10-30 22:32:43 -0400
commit97d4eb1056f281dd83b9ba0027547a45a6367ce6 (patch)
tree42dc06420c80bdf108f6bfa0a10c1d625735432c /css
parent55f220109c4f3e7c870ebfafa6533415d5e76111 (diff)
parent9da2921b7452204b99cd1b3e448e22735f16c751 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'css')
-rw-r--r--css/theme/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
index 28ded29..8237586 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -2,7 +2,7 @@
Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment including the Grunt dependencies installed before proceding: https://github.com/hakimel/reveal.js#full-setup
-
+You also need to install Ruby and then Sass (with `gem install sass`).
## Creating a Theme
@@ -21,3 +21,5 @@ This is where you override the default theme. Either by specifying variables (se
4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/theme.scss)**
The template theme file which will generate final CSS output based on the currently defined variables.
+
+When you are done, run `grunt themes` to compile the Sass file to CSS and you are ready to use your new theme.