Skip to content

Commit

Permalink
Update README with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
backflip committed Mar 21, 2016
1 parent 8107711 commit 3d80ca9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ Type: `String`

Name of the generated CSS class/placeholder. Used for mixins and functions, too. See https://github.com/backflip/gulp-iconfont-css/tree/master/templates. Default is `icon`.

#### options.firstGlyph
Type: `String`

Which unicode character to start with. Defaults to `0xE001`.

#### options.fixedCodepoints
Type: `Object|Boolean`

Whether to use custom unicode characters instead of just counting upwards from `firstGlyph`. Example: https://github.com/backflip/gulp-iconfont-css/blob/master/test/main.js#L101-L104. Defaults to `false`.

#### options.engine
Type: `String`

Expand Down

0 comments on commit 3d80ca9

Please sign in to comment.