You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/customize.md
+2
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ var items = {
21
21
22
22
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.
23
23
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
+
24
26
## Customize CSS
25
27
26
28
You can use the _variables.scss to adjust variables on pretty much everything you want to change.
0 commit comments