aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-02-22 10:08:02 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-02-22 10:08:02 +0100
commit5848a432d9c59dfc5ba51d64181183768d8fb24f (patch)
tree3b7cc9e93f6b753742e5ab081bafc245ee7a2f84 /css
parent325162692ea2de30e4f7ebd8b858da15580844f1 (diff)
parent5d273cfb2986b77bacee28301ea108a81e7616bc (diff)
downloadperl-software-in-gnu-guix-5848a432d9c59dfc5ba51d64181183768d8fb24f.tar
perl-software-in-gnu-guix-5848a432d9c59dfc5ba51d64181183768d8fb24f.tar.gz
Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev
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: