Skip to content

Instantly share code, notes, and snippets.

@airen
Created February 5, 2015 05:10
Show Gist options
  • Save airen/7ba6b4ae186be336cb2a to your computer and use it in GitHub Desktop.
Save airen/7ba6b4ae186be336cb2a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
$time: "?t=";
$bg-path: "../images/";
body{
background: url(#{$bg-path}icon.png#{$time}1234) no-repeat;
}
body {
background: url(../images/icon.png?t=1234) no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment