Skip to content

Instantly share code, notes, and snippets.

@alice-liu
Created July 28, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alice-liu/37660fc2c4aeade13ca7 to your computer and use it in GitHub Desktop.
Save alice-liu/37660fc2c4aeade13ca7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
$color: red;
$background-image: image-url('foo.png');
$offsets: -8px -20px;
.stuff {
background: $color $background-image no-repeat $offsets;
}
.stuff {
background: red url('/images/foo.png') no-repeat -8px -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment