aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBenjamin Tan <demoneaux@gmail.com>2018-02-06 22:12:35 +0800
committerBenjamin Tan <demoneaux@gmail.com>2018-02-06 22:12:35 +0800
commit57a4c45cf69b11cb58304085b84ce3b095fb3077 (patch)
treec093e396469c54fb0956edca3a315bfdafec1714 /css
parent80bc1971e017fcf3b90d7123b38e7c3c7472de2b (diff)
downloadperl-software-in-gnu-guix-57a4c45cf69b11cb58304085b84ce3b095fb3077.tar
perl-software-in-gnu-guix-57a4c45cf69b11cb58304085b84ce3b095fb3077.tar.gz
Docs: avoid recommending global Grunt installation.
Closes #1951.
Diffstat (limited to 'css')
-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 1bca121..8ae164b 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 `grunt 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: