aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-02-25 15:42:47 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-02-25 15:42:47 +0100
commit22a5ec5e3b2473da15a9d5b22ae6a513101d5ff9 (patch)
tree5e32d573f2402cd5ed667007f34f7f8f1f1272db /css/theme
parentbf8a6271d4dfc7cd6e68e01583c927b5f5730d62 (diff)
parentce8ea8439305913a9be6322fcd445814c521e724 (diff)
downloadfreenode-live-2017-presentation-22a5ec5e3b2473da15a9d5b22ae6a513101d5ff9.tar
freenode-live-2017-presentation-22a5ec5e3b2473da15a9d5b22ae6a513101d5ff9.tar.gz
merge conflict
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
index 9822563..753e0c0 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -17,5 +17,7 @@ Declares a set of custom variables that the template file (step 4) expects. Can
3. **Override**
This is where you override the default theme. Either by specifying variables (see [settings.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/settings.scss) for reference) or by adding any selectors and styles you please.
-4. **Run `css-grunt themes`**
-This will compile your theme CSS. It's now ready to use.
+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 css-themes` to compile the Sass file to CSS and you are ready to use your new theme.