summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2020-01-27 13:46:34 +0100
committerGitHub2020-01-27 13:46:34 +0100
commit731f6819acf8d7b4b28459f932ad27f63b856e4f (patch)
treecf088ded538864d460c602ce4a7fda3dc7074bea
parentd969ec5f259a08e53911370a4db90ded828a324a (diff)
parent76a8193fc2291c4dd3e8d8cef139f1a3cb667d28 (diff)
Merge pull request #2567 from trevorpower/patch-1
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: