Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Created May 1, 2015 21:09
Show Gist options
  • Select an option

  • Save dtothefp/15242073ac0c90e0b964 to your computer and use it in GitHub Desktop.

Select an option

Save dtothefp/15242073ac0c90e0b964 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
@function image-url($filename) {
@return url('/img/#{$filename}');
}
.bg {
background: image-url('kittens.png') no-repeat center center;
}
.bg {
background: url('/img/kittens.png') no-repeat center center; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment