Skip to content
Snippets Groups Projects
Unverified Commit 76a8193f authored by Trevor Power's avatar Trevor Power Committed by GitHub
Browse files

fixed link to gruntfile

parent 7a169732
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ Themes are written using Sass to keep things modular and reduce the need for rep ...@@ -4,7 +4,7 @@ Themes are written using Sass to keep things modular and reduce the need for rep
## Creating a Theme ## 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: Each theme file does four things in the following order:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment