summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTrevor Power2020-01-13 11:57:17 +0000
committerGitHub2020-01-13 11:57:17 +0000
commit76a8193fc2291c4dd3e8d8cef139f1a3cb667d28 (patch)
tree8874716b2024cf45c865727db7ffc4e23045a1d4
parent7a169732defa41cda4bc3f747171ef4e009d65d9 (diff)
fixed link to gruntfile
-rw-r--r--css/theme/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
index 8ae164b..5ebe72a 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -4,7 +4,7 @@ Themes are written using Sass to keep things modular and reduce the need for rep
## Creating a Theme
-To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/Gruntfile.js)) when you run `npm run build -- css-themes`.
+To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/gruntfile.js)) when you run `npm run build -- css-themes`.
Each theme file does four things in the following order: