Skip to content

Instantly share code, notes, and snippets.

@AleksejDix
Created October 14, 2014 15:26
Show Gist options
  • Save AleksejDix/cea15fba6b51bd2fce72 to your computer and use it in GitHub Desktop.
Save AleksejDix/cea15fba6b51bd2fce72 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="product">
<a href="#">
<div class="ebook-cover">
</div>
</a>
</div>
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
$light-gray: whitesmoke;
.product{
margin:40px;
width:320px;
background-color: $light-gray;
}
.product {
margin: 40px;
width: 320px;
background-color: whitesmoke;
}
<div class="product">
<a href="#">
<div class="ebook-cover">
</div>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment