Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created September 10, 2015 17:56
Show Gist options
  • Save cimmanon/18259bf0234296c6683b to your computer and use it in GitHub Desktop.
Save cimmanon/18259bf0234296c6683b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<section class="demo">
<div id="run-demo" class="box">foo</div>
</section>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.flag {
background: rgba(0, 0, 0, 0) url(image-path("flags/uk.png")) no-repeat scroll left 22px top 9px / 20px auto;
}
.flag {
background: transparent url(image-path("flags/uk.png")) no-repeat scroll left 22px top 9px/20px auto;
}
<section class="demo">
<div id="run-demo" class="box">foo</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment