We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
any ideas? when is the fix expected to come out? (wanted to create a pull request but seems we can't contribute :) )
Sorry, something went wrong.
Update gritter.css.scss
4a20fff
Fix Wrong url in scss RobinBrouwer#57
No branches or pull requests
v1.2.0 uses wrong url in scss, you use this:
But it should be
The text was updated successfully, but these errors were encountered: