Skip to content

Instantly share code, notes, and snippets.

@xzyfer
Created December 9, 2014 13:34
Show Gist options
  • Select an option

  • Save xzyfer/8d40797d5cf10a1774cf to your computer and use it in GitHub Desktop.

Select an option

Save xzyfer/8d40797d5cf10a1774cf to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0.2)
// ----
@function url($src, $path) {
@return unquote('url(' + $src + $path + ')');
}
div {
background: url('image.png','img/');
}
stdin:6: required parameter $path is missing in call to function url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment