Skip to content

Instantly share code, notes, and snippets.

@schrags08
Created June 15, 2015 20:56
Show Gist options
  • Save schrags08/1df6c4114b83d6505ee7 to your computer and use it in GitHub Desktop.
Save schrags08/1df6c4114b83d6505ee7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$assetPath : "/assets/images";
body {
margin: 0 auto;
background: url(#{$assetPath}/site/background.jpg) repeat-x fixed 0 0;
width: 100%;
}
body {
margin: 0 auto;
background: url(/assets/images/site/background.jpg) repeat-x fixed 0 0;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment