RobinBrouwer/gritter

Wrong url in scss

emn178 opened this issue · 1 comments

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 :) )