Skip to content

Commit

Permalink
Merge pull request #266 from nostalgic-css/feat/use-data-uris-for-cur…
Browse files Browse the repository at this point in the history
…sors

refactor(cursors): Use data-uris for cursors
  • Loading branch information
guastallaigor committed Feb 7, 2019
2 parents d200527 + 8164c71 commit 1930546
Show file tree
Hide file tree
Showing 4 changed files with 3,895 additions and 3,657 deletions.
3 changes: 1 addition & 2 deletions .storybook/webpack.config.js
Expand Up @@ -10,8 +10,7 @@ module.exports = {
},
{
test: /\.(jpe?g|png|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/,
loader: 'file-loader',
// loader: 'url-loader?limit=100000',
loader: 'url-loader',
},
],
},
Expand Down

0 comments on commit 1930546

Please sign in to comment.