Skip to content

Instantly share code, notes, and snippets.

@asimonok
Created November 16, 2015 08:53
Show Gist options
  • Save asimonok/83a9d7eda82264714b0d to your computer and use it in GitHub Desktop.
Save asimonok/83a9d7eda82264714b0d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$image-dir: '../img/';
.block{
background: url($image-dir + 'bg.jpg');
}
.block {
background: url("../img/bg.jpg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment