Skip to content

Instantly share code, notes, and snippets.

@lucalanca
Created February 23, 2016 08:13
Show Gist options
  • Save lucalanca/35be1cf3501d36709dde to your computer and use it in GitHub Desktop.
Save lucalanca/35be1cf3501d36709dde to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@function imagePath($imageName) {
@return 'siroop.ch/#{$imageName}';
}
.foo {
background-image: url(imagePath('header.png'));
}
.foo {
background-image: url("siroop.ch/header.png");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment