gritter
gritter copied to clipboard
Wrong url in scss
v1.2.0 uses wrong url in scss, you use this:
background:url(asset-url('gritter.png')) no-repeat left top;
But it should be
background:asset-url('gritter.png') no-repeat left top;
any ideas? when is the fix expected to come out? (wanted to create a pull request but seems we can't contribute :) )