Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong url in scss #57

Open
emn178 opened this issue Sep 5, 2015 · 1 comment
Open

Wrong url in scss #57

emn178 opened this issue Sep 5, 2015 · 1 comment

Comments

@emn178
Copy link

emn178 commented Sep 5, 2015

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;
@siddhantbhardwaj
Copy link

any ideas? when is the fix expected to come out?
(wanted to create a pull request but seems we can't contribute :) )

wagnerads added a commit to wagnerads/gritter that referenced this issue Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants