diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-02-22 10:08:02 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-02-22 10:08:02 +0100 |
commit | 5848a432d9c59dfc5ba51d64181183768d8fb24f (patch) | |
tree | 3b7cc9e93f6b753742e5ab081bafc245ee7a2f84 /css | |
parent | 325162692ea2de30e4f7ebd8b858da15580844f1 (diff) | |
parent | 5d273cfb2986b77bacee28301ea108a81e7616bc (diff) | |
download | perl-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.md | 2 |
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: |