aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-01-28 08:52:15 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-01-28 08:52:15 +0100
commit3b45b618b8f2f3c757a4c4645a381791ece71da8 (patch)
treec9f9343c6ddd9e60525f4e26684800b07493ba08 /css/theme
parentdf3852487470bbba55009404769e4c34b700c448 (diff)
downloadfreenode-live-2017-presentation-3b45b618b8f2f3c757a4c4645a381791ece71da8.tar
freenode-live-2017-presentation-3b45b618b8f2f3c757a4c4645a381791ece71da8.tar.gz
dynamic file mapping to avoid themes hardcoded in gruntfile
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
index aa0b131..9822563 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -17,7 +17,5 @@ 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. **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 `css-grunt themes` to compile the Sass file to CSS and you are ready to use your new theme.
+4. **Run `css-grunt themes`**
+This will compile your theme CSS. It's now ready to use.