Skip to content

Commit

Permalink
Update customize.md
Browse files Browse the repository at this point in the history
Small change, use gulp instead of SASS directly.
  • Loading branch information
bbrala authored Jul 22, 2016
1 parent 6928b88 commit 98012af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var items = {

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.

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.
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.

## Customize CSS

Expand Down

0 comments on commit 98012af

Please sign in to comment.