Skip to content

Commit 6928b88

Browse files
authored
Merge pull request #428 from ElDeveloper/improve-docs
Improve docs on icon additions (thanks @ElDeveloper)
2 parents 3ee42b3 + 1db2ce3 commit 6928b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/docs/customize.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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.
25+
2426
## Customize CSS
2527

2628
You can use the _variables.scss to adjust variables on pretty much everything you want to change.

0 commit comments

Comments
 (0)