aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/README.md
diff options
context:
space:
mode:
authorChris Lawrence2013-07-22 05:39:20 -0400
committerChris Lawrence2013-07-22 05:39:20 -0400
commit4874b13f916c5683cbcaefcf127f548413ec3043 (patch)
tree30ef93372b5b522ec16920cc320453ff33f86dcd /css/theme/README.md
parentad086b897eafb9f314f75dfc8e451090b6bbf809 (diff)
parent7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'css/theme/README.md')
-rw-r--r--css/theme/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
index b6bcedb..28ded29 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -1,6 +1,6 @@
## Dependencies
-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#development-environment
+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
@@ -20,4 +20,4 @@ Declares a set of custom variables that the template file (step 4) expects. Can
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 full selectors with hardcoded styles.
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. \ No newline at end of file
+The template theme file which will generate final CSS output based on the currently defined variables.