Skip to content

Commit 98012af

Browse files
authored
Update customize.md
Small change, use gulp instead of SASS directly.
1 parent 6928b88 commit 98012af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/customize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var items = {
2121

2222
Font-Awesome icons used from [encharm/Font-Awesome-SVG-PNG](https://github.com/encharm/Font-Awesome-SVG-PNG). You can download more there if you like.
2323

24-
Finally, you will need to re-build the CSS using [`sass`](http://sass-lang.com), otherwise you may see mismatchings between the icon references. In the `src` directory, run ``sass --update sass/``, two new CSS files will be created, these include the updated references to your new icons.
24+
Finally, you will need to re-build the CSS using [`sass`](http://sass-lang.com), otherwise you may see mismatchings between the icon references. Use the command ``gulp css`` to re-build the CSS in the dist directory. The new CSS files will contain the icons you added.
2525

2626
## Customize CSS
2727

0 commit comments

Comments
 (0)