Skip to content

Instantly share code, notes, and snippets.

@justmarkup
Created January 15, 2015 17:02
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 justmarkup/a4ed6112ee20ed54592d to your computer and use it in GitHub Desktop.
Save justmarkup/a4ed6112ee20ed54592d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="background"></div>
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
.background {
background: #ddd;
background-size: cover;
.loaded & {
background: url(images/1.jpg) no-repeat center center;
}
}
.background {
background: #ddd;
background-size: cover;
}
.loaded .background {
background: url(images/1.jpg) no-repeat center center;
}
<div class="background"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment