Skip to content

Commit

Permalink
fixed link to gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpower committed Jan 13, 2020
1 parent 7a16973 commit 76a8193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 76a8193

Please sign in to comment.