Skip to content

Commit

Permalink
Added some more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Dec 23, 2014
1 parent 1711d70 commit 7ab006d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = {
destImage: '.bin/public/img/icons.png',
destCSS: 'client/css/generated/icons.css',
imgPath: '/img/icons.png',
padding: 2,
algorithm: 'top-down',
engine: 'gmsmith',
cssOpts: {
cssClass: function (item) {
return util.format('.ic-%s:before', item.name);
Expand Down

0 comments on commit 7ab006d

Please sign in to comment.